15 lines
394 B
Text
15 lines
394 B
Text
|
|
||
|
# ================= #
|
||
|
# Launcher settings #
|
||
|
# ================= #
|
||
|
|
||
|
# Your preferred application launcher
|
||
|
for_window [app_id="^launcher$"] floating enable, sticky enable, border pixel 10
|
||
|
|
||
|
## Use this when running 'foot' as term
|
||
|
#set $menu $term --app-id='launcher' sway-launcher-desktop
|
||
|
|
||
|
## Use this when running 'alacritty' as term
|
||
|
set $menu $term --class='launcher' -e sway-launcher-desktop
|
||
|
|