aboutsummaryrefslogtreecommitdiff
path: root/sxhkd/sxhkdrc
diff options
context:
space:
mode:
Diffstat (limited to 'sxhkd/sxhkdrc')
-rwxr-xr-xsxhkd/sxhkdrc96
1 files changed, 0 insertions, 96 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc
deleted file mode 100755
index 0f62c74d..00000000
--- a/sxhkd/sxhkdrc
+++ /dev/null
@@ -1,96 +0,0 @@
-# launch apps
-super + w
- nitrogen
-
-super + i
- firefox
-
-super + b
- pcmanfm
-
-super + g
- gimp
-
-super + t
- thunderbird
-
-# restart hotkey daemon
-super + shift + x
- killall sxhkd && sxhkd &
-
-# spawn command launcher
-alt + Return
- run_dmenu
-
-# lock screen
-super + q
- betterlockscreen -l -t 'pee pee poo poo'
-
-# take a screenshot
-super + shift + Return
- scrot /zt/Screenshots/Screenshot-%Y-%d-%m--%T.png
-
-# volume keybindings
-alt + F2
- pulseaudio-ctl mute
-alt + F3
- pulseaudio-ctl down
-alt + F4
- pulseaudio-ctl up
-
-# hlwm keybindings
-# focus windows
-super + {h,j,k,l}
- herbstclient focus {left,down,up,right}
-
-# move windows
-super + shift + {h,j,k,l}
- herbstclient shift {left,down,up,right}
-
-# resizing frames / floating windows
-super + alt + {h,j,k,l}
- herbstclient resize {left,down,up,right}
-
-# cycle through windows
-alt + {j,k}
- herbstclient cycle_all {+1,-1}
-
-# cycle through workspaces
-alt + {h,l}
- herbstclient use_index {-1,+1} --skip-visible
-
-# jump to urgent window
-super + u
- herbstclient jumpto urgent
-
-# layouting
-# toggle fullscreen on current client
-super + f
- herbstclient fullscreen toggle
-# toggle floating on current client
-super + i
- herbstclient set_attr clients.focus.floating toggle
-# toggle floating on all clients on current ws
-super + shift + i
- herbstclient floating toggle
-# toggle pseudotiling on current client
-super + y
- herbstclient pseudotile toggle
-
-# splitting frames
-alt + shift + {h,j,k,l}
- herbstclient split {left,bottom,top,right} 0.5
-# delete current frame
-alt + n
- herbstclient remove
-# explode into different subframes
-alt + m
- herbstclient split explode
-
-# TODO think up better keybindings
-# move between tags (tag 1 to 10 are handled by hc
-alt + {q,w,e}
- herbstclient use_index {10,11,12}
-# move windows to tags
-alt + shift + {q,w,e}
- herbstclient move_index {10,11,12}