diff options
| -rw-r--r-- | sway/.config/sway/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 9e79a30..de61743 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config | |||
| @@ -276,8 +276,10 @@ for_window [instance="sun-awt-X11-XWindowPeer"] border pixel 0 | |||
| 276 | # Startup Apps | 276 | # Startup Apps |
| 277 | exec [ ! "$(pidof pipewire)" ] && pipewire | 277 | exec [ ! "$(pidof pipewire)" ] && pipewire |
| 278 | exec [ ! "$(pidof syncthing)" ] && syncthing serve | 278 | exec [ ! "$(pidof syncthing)" ] && syncthing serve |
| 279 | # Fix for "No Gcr prompter" with pinentry-gnome3 | ||
| 280 | exec dbus-update-activation-environment | ||
| 279 | 281 | ||
| 280 | #exec mako # notifications | 282 | #exec mako # notifications |
| 281 | #exec kanshi # autorandr | 283 | #exec kanshi # autorandr |
| 282 | 284 | ||
| 283 | # include /etc/sway/config.d/* \ No newline at end of file | 285 | # include /etc/sway/config.d/* |