sway: arreglar fuzzel sin path
This commit is contained in:
parent
15429208ff
commit
4c9d098f57
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ set $term kitty --single-instance
|
|||
# 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 fuzzel-run
|
||||
set $menu ~/.local/bin/fuzzel-run
|
||||
|
||||
font Inter Medium 11
|
||||
|
||||
|
@ -266,7 +266,7 @@ for_window [title="https:\/\/[a-z]+.zulipchat.com - "] layout tabbed
|
|||
for_window [app_id="neomutt"] layout tabbed
|
||||
for_window [app_id="telegram-desktop"] layout tabbed
|
||||
|
||||
exec 'pgrep -U "$(id -u)" runsv >/dev/null || runsvdir ~/.local/share/service .............'
|
||||
exec "pgrep -U $(id -u) runsv >/dev/null || runsvdir ~/.local/share/service ............."
|
||||
exec brillo -I
|
||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
exec /usr/libexec/pipewire-launcher
|
||||
|
|
Loading…
Reference in a new issue