Minor edits to bspwm and sxhkd.

This commit is contained in:
Derek Taylor 2019-09-12 13:20:47 -05:00
parent 2c624e83af
commit ecf6132c6f
2 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -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)