From ae5e4c63b19b4b8788a2ae3dbbf7845ca6e25659 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 18 Aug 2020 22:47:07 +0000 Subject: modules/sway: rebind kill to $mod+BackSpace Inspired by Ethan Schoonover's XMonad setup[1][2]. [1]: https://invidio.us/watch?v=70IxjLEmomg [2]: https://github.com/altercation/dotfiles-tilingwm/blob/31e23a75eebdedbc4336e7826800586617d7d27d/.xmonad/xmonad.hs#L1250 --- modules/workstation/windowing/sway/config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/workstation/windowing') diff --git a/modules/workstation/windowing/sway/config.in b/modules/workstation/windowing/sway/config.in index 6770080462af..bef6dab444b6 100644 --- a/modules/workstation/windowing/sway/config.in +++ b/modules/workstation/windowing/sway/config.in @@ -38,7 +38,7 @@ output * bg @wallpaper@ fill bindsym $mod+Return exec alacritty bindsym $mod+backslash exec firefox -bindsym $mod+Shift+q kill +bindsym $mod+BackSpace kill bindsym $mod+d exec swaymsg exec "$(choosebin --tiebreak=begin,length,index)" # Drag floating windows by holding down $mod and left mouse button. -- cgit 1.4.1