mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Minor edits to bspwm and sxhkd.
This commit is contained in:
parent
2c624e83af
commit
ecf6132c6f
2 changed files with 10 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue