logo

dotfiles

My dotfiles, one branch per machine
commit: 0fd27cb94550d516cc5fbfa11c49978d9f34ad67
parent: 7b29e4c6c8d6e4ecae5b5d593712f773738f5a2c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 28 Jun 2019 10:34:32 +0200

.config/sway/config: Add passmenu and cage+st bindings

Diffstat:

M.config/sway/config3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.config/sway/config b/.config/sway/config @@ -7,6 +7,7 @@ set $down j set $up k set $right l set $term st +set $uiwrap cage -d -- $term set $menu dmenu_path | dmenu | xargs swaymsg exec -- exec swayidle -w \ @@ -46,8 +47,10 @@ bindsym $mod+w focus output left bindsym $mod+Shift+w move window to output left bindsym $mod+e focus output right bindsym $mod+Shift+e move window to output right +bindsym $mod+Shift+p exec exec passmenu bindsym $mod+p exec $menu +bindsym $mod+Return exec $uiwrap bindsym $mod+Shift+Return exec $term bindsym $mod+Shift+c kill