diff --git a/X/.Xresources b/X/.Xresources index e557d7d..3104368 100644 --- a/X/.Xresources +++ b/X/.Xresources @@ -18,3 +18,5 @@ URxvt*iso14755: false Xautolock.corners: 000- Xautolock.time: 10 Xautolock.locker: i3lock + +Xft.dpi: 120 diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index 5d4b932..9618803 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -18,9 +18,11 @@ bspc monitor -d 1 2 3 4 5 6 7 8 9 10 bspc rule -r *:* bspc rule -a Gimp state=floating bspc rule -a Slack desktop='^8' -bspc rule -a Liferea desktop='^7' +bspc rule -a TelegramDesktop desktop='^7' +bspc rule -a Liferea desktop='^6' -pulseaudio --check || pulseaudio -ps -u jdkaplan | grep -oq xss-lock || xss-lock -- i3lock -e -i ~/images/lockscreen.png & +pulseaudio +xss-lock -- i3lock -e -i ~/images/lockscreen.png & nitrogen --restore & +redshift & ps -u jdkaplan | grep -oq panel && pkill panel; $XDG_CONFIG_HOME/panel/panel & diff --git a/panel/panel b/panel/panel index bc819f0..bb54e8a 100755 --- a/panel/panel +++ b/panel/panel @@ -1,7 +1,7 @@ #!/bin/sh PANEL_HEIGHT=24 -PANEL_FONT_FAMILY="-*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1" +PANEL_FONT_FAMILY='-misc-inputmononarrow-medium-r-*-*-12-*-*-*-*-*-*-*' COLOR_FOREGROUND='#FFAAAAAA' COLOR_BACKGROUND='#FF222222' diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 34dd0ec..9c69660 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -144,3 +144,17 @@ super + button{1-3} # end move/resize super + @button{1-3} bspc pointer -u + + +# +# backlight brightness +# + +XF86MonBrightness{Up,Down} + xbacklight -{inc,dec} 10 + +# XF86Display +# XF86Tools +# XF86Search +# XF86LaunchA +# XF86Explorer