diff options
-rwxr-xr-x | bin/autostart | 2 | ||||
-rwxr-xr-x | bin/my-dmenu | 1 | ||||
-rwxr-xr-x | bin/startsway | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/bin/autostart b/bin/autostart index 5580f74..da20f01 100755 --- a/bin/autostart +++ b/bin/autostart @@ -12,6 +12,8 @@ run_if_exists dunst run_if_exists udiskie -a -n -s --appindicator run_if_exists clipmenud run_if_exists lxqt-policykit-agent +run_if_exists /usr/lib/kdeconnectd +run_if_exists kdeconnect-indicator if [ "$XDG_SESSION_TYPE" = x11 ]; then run_if_exists "$HOME/.fehbg" diff --git a/bin/my-dmenu b/bin/my-dmenu index fe514b0..647d97e 100755 --- a/bin/my-dmenu +++ b/bin/my-dmenu @@ -11,6 +11,7 @@ tui_apps=( podboat cmus ncmpcpp + weechat ) terminal=${TERMINAL:-"/usr/bin/xterm"} diff --git a/bin/startsway b/bin/startsway index b593354..b6c9e98 100755 --- a/bin/startsway +++ b/bin/startsway @@ -5,4 +5,4 @@ export XDG_SESSION_DESKTOP=sway export WLR_RENDER=vulkan export MOZ_ENABLE_WAYLAND=1 -exec sway +exec sway > ~/.sway.log |