Use findex as application launcher

This commit is contained in:
2022-12-26 18:10:55 +01:00
parent c341e55aad
commit 4f13de625a
2 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,7 @@ set $term alacritty
# Your preferred application launcher # Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened # 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. # 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 # Enable XWayland
xwayland enable xwayland enable
@ -63,6 +63,9 @@ exec nextcloud
# notifications # notifications
exec dunst exec dunst
# application launcher
exec findex-daemon
### Idle configuration ### Idle configuration
exec swayidle -w \ exec swayidle -w \
timeout 300 'screenlock -fFe' \ timeout 300 'screenlock -fFe' \

2
tree/.local/bin/trigger-findex Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
echo 1 > ~/.config/findex/toggle_file