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
# 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' \