diff options
Diffstat (limited to '.config/wpg/templates')
| -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 |