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]
|
||||
email = keanerec@gmail.com
|
||||
name = Ian Keane
|
||||
email = ian@keane.sh
|
||||
name = Ian Keane
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@ super + alt + {q,r}
|
|||
# close and kill
|
||||
#super + {_,shift + }w
|
||||
super + q
|
||||
bspc node -{c,k}
|
||||
# bspc node -{c,k}
|
||||
bspc node -c
|
||||
|
||||
# alternate between the tiled and monocle layout
|
||||
# super + m
|
||||
|
|
@ -43,8 +44,10 @@ super + g
|
|||
# state/flags
|
||||
#
|
||||
|
||||
super + s
|
||||
scrot -s -e 'xclip -selection clipboard -t image/png -i $f'
|
||||
# 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}
|
||||
|
||||
# set the node flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue