From ecf6132c6fc2c5e15a9a89910709882c120086fa Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 12 Sep 2019 13:20:47 -0500 Subject: [PATCH] Minor edits to bspwm and sxhkd. --- .config/bspwm/bspwmrc | 6 +++--- .config/sxhkd/sxhkdrc | 9 +++++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index ca67723..537e629 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -9,9 +9,9 @@ nitrogen --restore & #### MONITORS #### -bspc monitor DisplayPort-0 -d 1 2 3 4 5 6 7 8 9 -bspc monitor DisplayPort-1 -d 1 2 3 4 5 6 7 8 9 -bspc monitor HDMI-A-0 -d 1 2 3 4 5 6 7 8 9 +bspc monitor DisplayPort-0 -d 1 2 3 +bspc monitor DisplayPort-1 -d 4 5 6 +bspc monitor HDMI-A-0 -d 7 8 9 #### BSPWM configuration #### #bspc config border_radius 8 diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 5c6190e..2dc2fa1 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -117,7 +117,7 @@ super + {Left,Down,Up,Right} bspc node -v {-20 0,0 20,0 -20,20 0} -# APPLICATION KEYBINDINGS +# APPLICATION KEYBINDINGS (Super + Alt + Key) # terminal emulator super + Return @@ -125,7 +125,12 @@ super + Return # launch lynx web browser super + alt + l st -e lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys gopher://distro.tube - +# launch irssi chat client +super + alt + i + st -e irssi +# launch vifm file manager +super + alt + v + st -e ./.config/vifm/scripts/vifmrun # DMENU SCRIPTS (Alt+Ctrl+Key)