Update gitconfig, sxhkd kill fix and scrot binding
This commit is contained in:
parent
ca7d6cabd5
commit
b8646a6f6c
2 changed files with 7 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
[user]
|
[user]
|
||||||
email = keanerec@gmail.com
|
email = ian@keane.sh
|
||||||
name = Ian Keane
|
name = Ian Keane
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,8 @@ super + alt + {q,r}
|
||||||
# close and kill
|
# close and kill
|
||||||
#super + {_,shift + }w
|
#super + {_,shift + }w
|
||||||
super + q
|
super + q
|
||||||
bspc node -{c,k}
|
# bspc node -{c,k}
|
||||||
|
bspc node -c
|
||||||
|
|
||||||
# alternate between the tiled and monocle layout
|
# alternate between the tiled and monocle layout
|
||||||
# super + m
|
# super + m
|
||||||
|
|
@ -43,8 +44,10 @@ super + g
|
||||||
# state/flags
|
# state/flags
|
||||||
#
|
#
|
||||||
|
|
||||||
|
super + s
|
||||||
|
scrot -s -e 'xclip -selection clipboard -t image/png -i $f'
|
||||||
# set the window state
|
# set the window state
|
||||||
super + {t,shift + t,s,f}
|
super + {t,shift + t,shift + f,f}
|
||||||
bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
|
bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
|
||||||
|
|
||||||
# set the node flags
|
# set the node flags
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue