diff --git a/tree/.config/sway/config.tpl b/tree/.config/sway/config.tpl index 5ae784d..4b43ae8 100644 --- a/tree/.config/sway/config.tpl +++ b/tree/.config/sway/config.tpl @@ -25,7 +25,7 @@ set $term alacritty # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. -set $menu wofi --show run -c ~/.config/wofi/config -s ~/.config/wofi/style.css +set $menu trigger-findex # Enable XWayland xwayland enable @@ -63,6 +63,9 @@ exec nextcloud # notifications exec dunst +# application launcher +exec findex-daemon + ### Idle configuration exec swayidle -w \ timeout 300 'screenlock -fFe' \ diff --git a/tree/.local/bin/trigger-findex b/tree/.local/bin/trigger-findex new file mode 100755 index 0000000..d2658f9 --- /dev/null +++ b/tree/.local/bin/trigger-findex @@ -0,0 +1,2 @@ +#!/bin/sh +echo 1 > ~/.config/findex/toggle_file