polyabr and dunst
This commit is contained in:
parent
0a5a7a95a8
commit
95c780cc07
9 changed files with 563 additions and 308 deletions
|
@ -44,11 +44,11 @@ super + alt + c
|
|||
|
||||
# dmenu display selector
|
||||
super + p
|
||||
./display.sh
|
||||
~/.config/bspwm/display.sh
|
||||
|
||||
#dmenu wacom area set
|
||||
super + w
|
||||
./wacom.sh
|
||||
~/.config/bspwm/wacom.sh
|
||||
|
||||
#Take a screenshot
|
||||
Print
|
||||
|
@ -91,7 +91,7 @@ super + {_,shift + }c
|
|||
bspc node -{c,k}
|
||||
|
||||
# alternate between the tiled and monocle layout
|
||||
super + alt + f
|
||||
super + f
|
||||
bspc desktop -l next
|
||||
|
||||
# send the newest marked node to the newest preselected node
|
||||
|
@ -107,7 +107,7 @@ super + m
|
|||
#
|
||||
|
||||
# set the window state
|
||||
super + {t,alt + t,s,f}
|
||||
super + {t,alt + t,s,alt + f}
|
||||
bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
|
||||
|
||||
# set the node flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue