.config/herbstluftwm/autostart
This commit is contained in:
parent
c69ad1a11f
commit
d975618750
1 changed files with 7 additions and 1 deletions
|
@ -6,13 +6,13 @@ function hc () {
|
|||
|
||||
modkey="Mod4"
|
||||
|
||||
# hc keybind $modkey+Shift+1 spawn dmenu_run -p 'Run:' -b -nb '#111113' -nf '#eeeeec' -sb '#171719'
|
||||
hc keybind $modkey+Ctrl+b resize left +0.05
|
||||
hc keybind $modkey+Ctrl+f resize right +0.05
|
||||
hc keybind $modkey+Ctrl+n resize down +0.05
|
||||
hc keybind $modkey+Ctrl+p resize up +0.05
|
||||
hc keybind $modkey+Ctrl+q quit
|
||||
hc keybind $modkey+Ctrl+r reload
|
||||
# hc keybind $modkey+Shift+1 spawn dmenu_run -p 'Run:' -b -nb '#111113' -nf '#eeeeec' -sb '#171719'
|
||||
hc keybind $modkey+Shift+b shift left
|
||||
hc keybind $modkey+Shift+f shift right
|
||||
hc keybind $modkey+Shift+n shift down
|
||||
|
@ -33,6 +33,10 @@ hc keybind $modkey+s split vertical 0.5
|
|||
hc keybind $modkey+space cycle_layout 1
|
||||
hc keybind $modkey+w spawn conkeror
|
||||
hc keybind Ctrl+Mod1+l spawn i3lock -c 000000
|
||||
hc keybind XF86AudioNext spawn mpc next
|
||||
hc keybind XF86AudioPlay spawn mpc toggle
|
||||
hc keybind XF86AudioPrev spawn mpc prev
|
||||
hc keybind XF86AudioStop spawn mpc stop
|
||||
|
||||
hc set default_frame_layout 2
|
||||
hc set focus_stealing_prevention 0
|
||||
|
@ -63,6 +67,8 @@ hc rule windowtype=_NET_WM_WINDOW_TYPE_DIALOG focus=on pseudotile=on
|
|||
hc rule class=Xephyr pseudotile=on
|
||||
hc rule instance=Xine\ Window pseudotile=on
|
||||
hc rule class=Pinentry pseudotile=on
|
||||
hc rule class=Dispass pseudotile=on
|
||||
hc rule title="GIMP Startup" pseudotile=on
|
||||
|
||||
# xbindkeys
|
||||
|
||||
|
|
Loading…
Reference in a new issue