diff options
author | David Robillard <d@drobilla.net> | 2017-12-10 13:42:37 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-10 14:37:18 +0100 |
commit | ba6f1ea48ccc54f0afdd5eafee65ad6bf9b502c6 (patch) | |
tree | 66206ad216430bf72cf4281f94f4ce6672440b7b /sxhkd | |
parent | 9eac68602a62f17ea6fdfcc90fb5cda8ef03d83e (diff) | |
download | dotfiles-ba6f1ea48ccc54f0afdd5eafee65ad6bf9b502c6.tar.gz dotfiles-ba6f1ea48ccc54f0afdd5eafee65ad6bf9b502c6.tar.bz2 dotfiles-ba6f1ea48ccc54f0afdd5eafee65ad6bf9b502c6.zip |
Remove sxhkd pointer bindings
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/sxhkdrc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 22ee544..3be442f 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -151,19 +151,3 @@ super + alt + shift + {Left,Down,Up,Right} # move a floating window # super + {Left,Down,Up,Right} # xdo move {-x -20,-y +20,-y -20,-x +20} - -# -# pointer focus/move/resize -# - -# focus -~button1 - bspc pointer -g focus - -# start move/resize -super + button{1-3} - bspc pointer -g {move,resize_side,resize_corner} - -# end move/resize -super + @button{1-3} - bspc pointer -u |