mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
Minor edits to bspwm and sxhkd.
This commit is contained in:
@@ -9,9 +9,9 @@ nitrogen --restore &
|
|||||||
|
|
||||||
#### MONITORS ####
|
#### MONITORS ####
|
||||||
|
|
||||||
bspc monitor DisplayPort-0 -d 1 2 3 4 5 6 7 8 9
|
bspc monitor DisplayPort-0 -d 1 2 3
|
||||||
bspc monitor DisplayPort-1 -d 1 2 3 4 5 6 7 8 9
|
bspc monitor DisplayPort-1 -d 4 5 6
|
||||||
bspc monitor HDMI-A-0 -d 1 2 3 4 5 6 7 8 9
|
bspc monitor HDMI-A-0 -d 7 8 9
|
||||||
|
|
||||||
#### BSPWM configuration ####
|
#### BSPWM configuration ####
|
||||||
#bspc config border_radius 8
|
#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}
|
bspc node -v {-20 0,0 20,0 -20,20 0}
|
||||||
|
|
||||||
|
|
||||||
# APPLICATION KEYBINDINGS
|
# APPLICATION KEYBINDINGS (Super + Alt + Key)
|
||||||
|
|
||||||
# terminal emulator
|
# terminal emulator
|
||||||
super + Return
|
super + Return
|
||||||
@@ -125,7 +125,12 @@ super + Return
|
|||||||
# launch lynx web browser
|
# launch lynx web browser
|
||||||
super + alt + l
|
super + alt + l
|
||||||
st -e lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys gopher://distro.tube
|
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)
|
# DMENU SCRIPTS (Alt+Ctrl+Key)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user