From e630a1ab19c967e9ca8ab9f3015206e09a7aa397 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 1 Jun 2020 18:25:03 +0200 Subject: sway: add new binds --- .config/sway/binds.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.config') diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index 7ad9f2d..81e3e39 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -1,16 +1,17 @@ # vim: ft=i3 # Basics {{{ -# start a terminal bindsym $mod+Return exec $term bindsym $mod+Shift+Return exec $floating_term +bindsym $mod+b exec pkill -USR1 waybar +bindsym $mod+w exec firefox # kill focused window bindsym $mod+Shift+q kill # start your launcher -bindsym $mod+d exec $menu -bindsym $mod+o exec $run_menu +bindsym $mod+d exec $run_menu +bindsym $mod+Shift+d exec $menu # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. @@ -38,6 +39,7 @@ bindsym Escape mode "default" } bindsym $mod+Shift+b border toggle +bindsym $mod+Shift+r output - transform 90 clockwise bindsym $mod+a exec soundswitch # }}} @@ -194,7 +196,7 @@ mode "gaps" { bindsym Return mode "default" bindsym Escape mode "default" } -bindsym $mod+Alt+g mode "gaps" +bindsym $mod+Shift+g mode "gaps" # }}} # Misc {{{ -- cgit 1.4.1