From 1204f2985254346bebda05029b0fc96274f6ae1e Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Wed, 8 Jun 2022 16:34:20 +0200 Subject: [PATCH] Updated to new syntax fzf-jump --- config/sway | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/sway b/config/sway index 8256ca0..8643e1f 100644 --- a/config/sway +++ b/config/sway @@ -249,10 +249,10 @@ bindsym $winkey+q kill # Start a terminal bindsym $winkey+Return exec alacritty +set $fzfj-source ~/.scripts/fzf-jump # Start application launcher -bindsym $alt+space exec alacritty --title 'FZF-Jump' -e ~/.scripts/fzf-jump/launcher.sh - -bindsym $alt+Tab exec alacritty --title 'FZF-Jump' -e ~/.scripts/fzf-jump/winselect.sh +bindsym $alt+space exec alacritty --title 'FZF-Jump' -e $fzfj-source/launcher.sh +bindsym $alt+Tab exec alacritty --title 'FZF-Jump' -e $fzfj-source/standalone.sh $fzfj-source/modules/windows.sh $fzfj-source/modules/workspaces.sh # Brightness bindsym --locked XF86MonBrightnessDown exec brightnessctl -e s 5%- && $notify -b