diff options
Diffstat (limited to '.config/wpg/templates')
-rw-r--r-- | .config/wpg/templates/i3.base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/wpg/templates/i3.base b/.config/wpg/templates/i3.base index a3a2b1f..768384c 100644 --- a/.config/wpg/templates/i3.base +++ b/.config/wpg/templates/i3.base @@ -131,7 +131,7 @@ bindsym $mod+shift+F2 exec --no-startup-id firefox --private-window bindsym $mod+F3 exec i3-filescmd.sh bindsym $mod+F4 exec i3-mailcmd.sh bindsym $mod+F5 exec i3-newsboatcmd.sh -bindsym $mod+F6 exec yt.sh +bindsym $mod+F6 exec url_handler.sh `xclip -selection clipboard -o` bindsym $mod+F7 exec dict.sh bindsym $mod+F8 exec toggle-webcam.sh bindsym $mod+Shift+F8 exec toggle-screencast.sh |