X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/ad9dee3b0b0dec50e3f2c50b51115234f999fd4b..b4da300f93c15be13e915cb97e84a94d5aecf672:/.config/sway/config diff --git a/.config/sway/config b/.config/sway/config index dcf4bb9..e1a421b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -36,10 +36,28 @@ exec swayidle \ # # Basics: # + +set $floating_term $term -name floating +for_window [class="URxvt" instance="floating"] floating enable + +set $mode_launch (⏎)urxvt, (e)macs, iceweasel (a)minb (c)hr (p)riv, ice(C)at +mode "$mode_launch" { + bindsym Return exec $floating_term, mode "default" + bindsym e exec emacs, mode "default" + bindsym a exec iceweasel -P aminb, mode "default" + bindsym c exec iceweasel -P chr, mode "default" + bindsym p exec iceweasel -P chr -private, mode "default" + bindsym Shift+c exec icecat, mode "default" + + # back to normal: Escape, or q + bindsym Escape mode "default" + bindsym q mode "default" +} + bindsym XF86Launch1 mode "$mode_launch" + # start a terminal bindsym $mod+Return exec $term - bindsym $mod+Shift+Return exec $term -name floating - for_window [class="URxvt" instance="floating"] floating enable + bindsym $mod+Shift+Return exec $floating_term # kill focused window bindsym $mod+Shift+q kill @@ -164,6 +182,7 @@ exec swayidle \ # move focus to the parent container bindsym $mod+a focus parent + bindsym $mod+Shift+a focus child # # Scratchpad: #