@@ -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 |
@@ -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 } |
@@ -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 |
@@ -86,7 +86,7 @@ label = %notifications% | |||
[module/wlan] | |||
type = internal/network | |||
interface = wlp0s29u1u6 | |||
interface = wlan0 | |||
format-connected = <ramp-signal> <label-connected> | |||
label-connected = %downspeed% | |||
format-disconnected = |
@@ -8,5 +8,6 @@ sxhkd & | |||
devmon & | |||
dunst & | |||
kbdd & | |||
syncthing -no-browser & | |||
polybar -q main & | |||
exec bspwm |