From b8646a6f6cd1e1c2f0386a592c98acf65bdf1cec Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Tue, 7 Jun 2022 12:16:10 -0400 Subject: [PATCH] Update gitconfig, sxhkd kill fix and scrot binding --- git/.gitconfig | 4 ++-- sxhkd/sxhkdrc | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/git/.gitconfig b/git/.gitconfig index e8fddfc..65d09ec 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,3 +1,3 @@ [user] - email = keanerec@gmail.com - name = Ian Keane + email = ian@keane.sh + name = Ian Keane diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 1dbe6a8..bc9b488 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -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