From 0273a1875ad06f20ce306b0315ae21c5f2efa899 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 19 Nov 2019 14:31:44 +0200 Subject: [PATCH] Removed unneeded keybinds Signed-off-by: Marko Korhonen --- home/.config/sway/conf.d/06-keybinds.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home/.config/sway/conf.d/06-keybinds.conf b/home/.config/sway/conf.d/06-keybinds.conf index 8d8f005..81b77ba 100644 --- a/home/.config/sway/conf.d/06-keybinds.conf +++ b/home/.config/sway/conf.d/06-keybinds.conf @@ -33,9 +33,7 @@ bindsym --locked Shift+XF86Search output eDP-1 disable # exit menu bindsym $mod+Shift+e exec $term --class fzf-launcher -e $HOME/Scripts/sway-exit.sh # launch a program -bindsym $mod+d exec $term --class fzf-launcher --title "FZF Launcher" -e sh -c '~/Scripts/sway-launcher-desktop.sh' -# open a file -bindsym $mod+o exec $term --class fzf-launcher --title "FZF Open file" -e sh -c 'setsid mimeo $(fzf)' +bindsym $mod+d exec $term --class fzf-launcher --title "FZF Launcher" -e sh -c 'TERMINAL_COMMAND="alacritty -e" sway-launcher-desktop' # password manager bindsym $mod+p exec $term --class fzf-launcher --title "FZF pass" -e sh -c fzf-pass