Use findex as application launcher
This commit is contained in:
@ -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
2
tree/.local/bin/trigger-findex
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
echo 1 > ~/.config/findex/toggle_file
|
||||||
Reference in New Issue
Block a user