diff --git a/bspwm b/bspwm index 1e1d6bc..d44801b 100755 --- a/bspwm +++ b/bspwm @@ -10,7 +10,7 @@ bspc config gapless_monocle true bspc config focus_follows_pointer true bspc config click_to_focus button1 -bspc rule -a Nightly desktop='^2' +bspc rule -a Firefox desktop='^2' bspc rule -a mpv state=floating bspc rule -a Peek state=floating bspc rule -a kittyfloat state=floating diff --git a/elvish/lib/config.elv b/elvish/lib/config.elv index ac72bd4..0f25f26 100644 --- a/elvish/lib/config.elv +++ b/elvish/lib/config.elv @@ -28,3 +28,4 @@ fn pqiv { e $conf/pqivrc } fn mpv { e $conf/mpv/mpv.conf } fn ncmpcpp { e $@setini $conf/ncmpcpp/config } fn bedrock { e /bedrock/etc/bedrock.conf } +fn fish { e $conf/fish/config.fish } diff --git a/fish/config.fish b/fish/config.fish index 0dc54e4..9d13c14 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -2,7 +2,7 @@ set -x PATH $HOME/.local/bin $HOME/.nimble/bin $PATH set -x GPG_TTY (tty) set fish_prompt_pwd_dir_length 1 -set -U fish_greeting +set -e fish_greeting set fish_color_error red set fish_color_end red diff --git a/ntr/templates/polybar b/ntr/templates/polybar index 8e62ce0..6e872de 100644 --- a/ntr/templates/polybar +++ b/ntr/templates/polybar @@ -86,7 +86,7 @@ label = %notifications% [module/wlan] type = internal/network -interface = wlp0s29u1u6 +interface = wlan0 format-connected = label-connected = %downspeed% format-disconnected = diff --git a/sx.sh b/sx.sh index 46eef49..b53f00d 100755 --- a/sx.sh +++ b/sx.sh @@ -8,5 +8,6 @@ sxhkd & devmon & dunst & kbdd & +syncthing -no-browser & polybar -q main & exec bspwm