smaller stuff
This commit is contained in:
parent
92842ef999
commit
cdfdb87b30
6 changed files with 11 additions and 9 deletions
4
.profile
4
.profile
|
@ -6,7 +6,7 @@ export PATH=$PATH:$HOME/.local/bin
|
|||
# Default programs:
|
||||
export EDITOR="nvim"
|
||||
export TERMINAL="st"
|
||||
export BROWSER="librewolf"
|
||||
export BROWSER="firefox"
|
||||
export BROWSER2="brave"
|
||||
export READER="xreader"
|
||||
export FILEMANAGER="thunar"
|
||||
export FILEMANAGER="pcmanfm"
|
||||
|
|
|
@ -11,10 +11,10 @@ What I use right now (stuff I have to install on a fresh linux install):
|
|||
* polybar
|
||||
* dunst
|
||||
* st -- my build is [right here ](https://github.com/vibikim/st)
|
||||
* nemo and lf
|
||||
* pcmanfm and lf
|
||||
* rofi AND dmenu (weird i know)
|
||||
* neovim
|
||||
* emacs -- Work In Progress
|
||||
* DOOM emacs
|
||||
* xreader
|
||||
* viewnior
|
||||
* copyq
|
||||
|
@ -26,7 +26,7 @@ What I use right now (stuff I have to install on a fresh linux install):
|
|||
* lxqt-policykit
|
||||
* pavucontrol
|
||||
* brave
|
||||
* MPD and ncmpcpp (includes `mpd-mpris` and `mpd-rich-presence-discord`)
|
||||
* MPD and ncmpcpp (includes `mpd-mpris`, `mpd-rich-presence-discord` and `mpdscribble`)
|
||||
* lxapperance
|
||||
* NerdFonts
|
||||
* **DASH set as /bin/sh** (Arch Linux) (! Some scripts won't run corectly if they are run by bash)
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
###
|
||||
# AUTOSTART
|
||||
###
|
||||
# TODO launch apps based on the hostname
|
||||
# TODO stop using `hostname` and use the $HOSTNAME variable instead
|
||||
xsetroot -cursor_name left_ptr #fix background cursor being different
|
||||
sxhkd &
|
||||
~/.config/polybar/launch.sh &
|
||||
|
|
|
@ -45,12 +45,12 @@
|
|||
[urgency_low]
|
||||
background = "#1E2029"
|
||||
foreground = "#bbc2cf"
|
||||
timeout = 8
|
||||
timeout = 4
|
||||
|
||||
[urgency_normal]
|
||||
background = "#2a2d39"
|
||||
foreground = "#bbc2cf"
|
||||
timeout = 14
|
||||
timeout = 5
|
||||
|
||||
[urgency_critical]
|
||||
background = "#cc6666"
|
||||
|
|
2
lf/lfrc
2
lf/lfrc
|
@ -82,7 +82,7 @@ map md mkdirap md mkdir
|
|||
###
|
||||
|
||||
map gh :cd ~/
|
||||
map gw :cd /run/media/vibikim/WAD
|
||||
map gw :cd /run/media/vibbe/WAD
|
||||
map gc :cd ~/.config
|
||||
map gd :cd ~/Downloads
|
||||
map gD :cd ~/Documents
|
||||
|
|
|
@ -33,7 +33,7 @@ super + shift + o
|
|||
super + shift + Escape
|
||||
xfce4-taskmanager
|
||||
super + shift + e
|
||||
$TERMINAL -e nvim -c Ex
|
||||
emacs
|
||||
|
||||
|
||||
# Toggle stuff
|
||||
|
|
Loading…
Reference in a new issue