make some minor changes to sxhkdrc and x230t config
This commit is contained in:
parent
45bbbac20c
commit
937e2c648a
|
@ -11,11 +11,6 @@ super + r
|
|||
pkill -USR1 -x sxhkd; \
|
||||
bspc wm -r
|
||||
|
||||
# reinitialize ancillary services
|
||||
super + w
|
||||
disp && keyboard
|
||||
|
||||
# control the national weather service
|
||||
super + {_,shift + }n
|
||||
nws {local,national}
|
||||
|
||||
|
@ -39,6 +34,10 @@ super + shift + e
|
|||
super + z
|
||||
passmenu
|
||||
|
||||
# start a browser
|
||||
super + b
|
||||
chromium
|
||||
|
||||
# manipulate a node
|
||||
super + {_,ctrl +,shift + }{h,j,k,l}
|
||||
bspc node -{f,p,s} {west,south,north,east}
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
ffmpeg
|
||||
thunderbird
|
||||
ledger
|
||||
ranger
|
||||
];
|
||||
|
||||
hardware.bluetooth = {
|
||||
|
|
Loading…
Reference in New Issue