mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
i3: swap pulseeffects flatpak to repos
This commit is contained in:
parent
879a769df4
commit
6d04c11b44
@ -6,7 +6,7 @@
|
|||||||
# fonts-dejavu dbus-x11 arandr numlockx fcitx-bin fcitx-mozc conky-all
|
# fonts-dejavu dbus-x11 arandr numlockx fcitx-bin fcitx-mozc conky-all
|
||||||
# flatpak apparmor-notify caffeine keybase dino kdocker pavucontrol mumble
|
# flatpak apparmor-notify caffeine keybase dino kdocker pavucontrol mumble
|
||||||
# audacious jami-gnome telegram-desktop steam htop kdeconnect insync
|
# audacious jami-gnome telegram-desktop steam htop kdeconnect insync
|
||||||
# nextcloud-client parcimonie lxqt-powermanagement
|
# nextcloud-client parcimonie lxqt-powermanagement pulseeffects
|
||||||
#
|
#
|
||||||
# Keybase: https://keybase.io/docs/the_app/install_linux
|
# Keybase: https://keybase.io/docs/the_app/install_linux
|
||||||
# Dino: https://software.opensuse.org/download.html?project=network:messaging:xmpp:dino&package=dino
|
# Dino: https://software.opensuse.org/download.html?project=network:messaging:xmpp:dino&package=dino
|
||||||
@ -298,9 +298,13 @@ for_window [title="galculator"] floating enable
|
|||||||
for_window [title="tracker - .*"] floating enable
|
for_window [title="tracker - .*"] floating enable
|
||||||
|
|
||||||
# Autostarts
|
# Autostarts
|
||||||
|
|
||||||
# I generally have flatpaks separately near the bottom, but other things are
|
# I generally have flatpaks separately near the bottom, but other things are
|
||||||
# going to depend on PulseEffects
|
# going to depend on PulseEffects and it seems to be more reliable from repositories
|
||||||
exec --no-startup-id flatpak run com.github.wwmm.pulseeffects --gapplication-service
|
# at times
|
||||||
|
#exec --no-startup-id flatpak run com.github.wwmm.pulseeffects --gapplication-service
|
||||||
|
exec --no-startup-id pulseeffects --gapplication-service
|
||||||
|
|
||||||
exec --no-startup-id $TERMINAL -T htop -x htop
|
exec --no-startup-id $TERMINAL -T htop -x htop
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id sleep 60 && pasystray --notify=all
|
exec --no-startup-id sleep 60 && pasystray --notify=all
|
||||||
|
Loading…
Reference in New Issue
Block a user