Add env for monitors, sxhkd-vim
This commit is contained in:
parent
61fb97773c
commit
0158a3dbe2
10 changed files with 44 additions and 16 deletions
.config/sxhkd
|
@ -39,9 +39,11 @@ XF86AudioNext
|
|||
XF86AudioPrev
|
||||
playerctl prev
|
||||
XF86AudioRaiseVolume
|
||||
mpc volume +1
|
||||
playerctl volume 0.1+
|
||||
#mpc volume +1
|
||||
XF86AudioLowerVolume
|
||||
mpc volume -1
|
||||
playerctl volume 0.1-
|
||||
#mpc volume -1
|
||||
#XF86AudioMute
|
||||
# mpc toggleoutput
|
||||
|
||||
|
@ -70,6 +72,9 @@ super + m
|
|||
bsp-layout cycle --layouts tall,wide,grid,rgrid,monocle
|
||||
#bspc desktop -l next
|
||||
|
||||
super + shift + m
|
||||
bsp-layout set tiled
|
||||
|
||||
# send the newest marked node to the newest preselected node
|
||||
super + y
|
||||
bspc node newest.marked.local -n newest.!automatic.local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue