diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-21 11:08:05 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-21 11:08:05 -0500 |
commit | e3c8827cb0bbd3073636e3968e28f39151830d7d (patch) | |
tree | 7c1c2364f0124ee0a81a8d591304f1d552b421fb /.config/wpg | |
parent | ee76698dd0bbac8817fa4980fe5f7296e7286067 (diff) | |
download | dotfiles-e3c8827cb0bbd3073636e3968e28f39151830d7d.tar.xz dotfiles-e3c8827cb0bbd3073636e3968e28f39151830d7d.zip |
updated i3 shortcuts and xinitrc to reflect dockd
Diffstat (limited to '.config/wpg')
-rw-r--r-- | .config/wpg/templates/i3.base | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/.config/wpg/templates/i3.base b/.config/wpg/templates/i3.base index 825f7d2..49df418 100644 --- a/.config/wpg/templates/i3.base +++ b/.config/wpg/templates/i3.base @@ -135,13 +135,16 @@ bindsym $mod+F4 exec i3-mailcmd.sh bindsym $mod+F5 exec i3-newsboatcmd.sh bindsym $mod+F6 exec yt.sh bindsym $mod+F7 exec dict.sh -bindsym $mod+F8 exec toggle-docked.sh -bindsym $mod+shift+F8 exec toggle-compositing.sh +bindsym $mod+F8 exec toggle-webcam.sh +bindsym $mod+Shift+F8 exec toggle-screencast.sh bindsym $mod+F9 exec abraham-porter.sh -bindsym $mod+F10 exec toggle-webcam.sh -bindsym $mod+Shift+F10 exec toggle-screencast.sh -bindsym $mod+F11 exec xautolock -toggle -bindsym $mod+F12 exec i3-mixercmd.sh +bindsym $mod+shift+F9 exec toggle-compositing.sh +bindsym $mod+F10 exec mixer vol 0 && $sigaudio +bindsym $mod+Shift+F10 exec arandr +bindsym $mod+F11 exec mixer vol -5 && $sigaudio +bindsym $mod+Shift+F11 exec xautolock -toggle +bindsym $mod+F12 exec mixer vol +5 && $sigaudio +bindsym $mod+Shift+F12 exec i3-mixercmd.sh bindsym $mod+Return split horizontal; exec alacritty bindsym $mod+Shift+Return split vertical; exec alacritty bindsym $mod+Shift+Insert exec --no-startup-id $locker |