Compare commits

..

No commits in common. "8209a74c6b44dc80e94edd9f49d35c207e606443" and "311e4a1565f7d5d6ebe9c040a18bda514cd0a1ef" have entirely different histories.

5 changed files with 19 additions and 12 deletions

View File

@ -390,20 +390,25 @@ for_window [title="tracker - .*"] floating enable
# Autostarts # Autostarts
# Finnish identity cards https://dvv.fi/en/card-reader-software # Sounds with alsamixer amixer rbtpzn
# Requires `sudo systemctl enable --now pcscd` (one time operation) #exec --no-startup-id touch ~/.config/asound.state
exec --no-startup-id DigiSignApplication # Debian doesn't have /usr/sbin for non-root. CHANGEME ?
#exec --no-startup-id /usr/sbin/alsactl rdaemon -f ~/.config/asound.state
# Alsa seems to need something to be played before it does anything so...
#exec --no-startup-id aplay $(mktemp)
# 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 and it seems to be more reliable from repositories # going to depend on PulseEffects and it seems to be more reliable from repositories
# at times. PulseEffects has migrated to PipeWire # at times. PulseEffects has migrated to PipeWire
exec --no-startup-id flatpak run com.github.wwmm.easyeffects --gapplication-service exec --no-startup-id flatpak run com.github.wwmm.easyeffects --gapplication-service
#exec --no-startup-id easyeffects --gapplication-service #exec --no-startup-id pulseeffects --gapplication-service
exec --no-startup-id $TERMINAL -e htop exec --no-startup-id $TERMINAL -e htop
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
# pulseaudio (and pipewire?) # pulseaudio (and pipewire?)
exec --no-startup-id sleep 60 && pasystray --notify=all exec --no-startup-id sleep 60 && pasystray --notify=all
# alsa amixer alsamixer
#exec --no-startup-id sleep 60 && pnmixer
# Wallpaper, solid (AMOLED) black. hsetroot is not on Fedora # Wallpaper, solid (AMOLED) black. hsetroot is not on Fedora
exec --no-startup-id hsetroot -solid \#000000 exec --no-startup-id hsetroot -solid \#000000
# Selenized black background (not AMOLED) # Selenized black background (not AMOLED)
@ -411,6 +416,8 @@ exec --no-startup-id hsetroot -solid \#000000
# ~/.wallpaper as wallpaper # ~/.wallpaper as wallpaper
exec --no-startup-id feh --bg-scale ~/.wallpaper exec --no-startup-id feh --bg-scale ~/.wallpaper
exec --no-startup-id xcompmgr -c -n exec --no-startup-id xcompmgr -c -n
# Make everything a bit transparent, you don't want this.
#exec --no-startup-id compton --active-opacity 0.95 --inactive-opacity 0.95 -m 0.95 -e 0.95
exec --no-startup-id numlockx on exec --no-startup-id numlockx on
# see also pam_environment https://wiki.archlinux.org/index.php/Fcitx#Non_desktop_environment # see also pam_environment https://wiki.archlinux.org/index.php/Fcitx#Non_desktop_environment
exec --no-startup-id fcitx exec --no-startup-id fcitx
@ -443,8 +450,8 @@ exec --no-startup-id blueman-applet
# Microsoft Edge # Microsoft Edge
#exec --no-startup-id sleep 10 && microsoft-edge --no-startup-window #exec --no-startup-id sleep 10 && microsoft-edge --no-startup-window
# Steam, reason: my brother. Note running outside of Mullvad VPN # Steam, reason: my brother
exec --no-startup-id sleep 10 && exec --no-startup-id env STEAM_FRAME_FORCE_CLOSE=1 mullvad-exclude steam -silent #exec --no-startup-id sleep 10 && exec --no-startup-id STEAM_FRAME_FORCE_CLOSE=1 steam -silent
# Communication apps preferred by partners # Communication apps preferred by partners
# Signal # Signal

View File

@ -1,5 +0,0 @@
[Desktop Entry]
Name=PulseEffects
Exec=/usr/bin/flatpak run com.github.wwmm.easyeffects --gapplication-service
Type=Application
Icon=com.github.wwmm.easyeffects

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=PulseEffects
Exec=/usr/bin/flatpak run com.github.wwmm.pulseeffects --gapplication-service
Type=Application
Icon=com.github.wwmm.pulseeffects

View File

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
Name=Telegram Desktop Name=Telegram Desktop
Exec=env LANG=en telegram-desktop -startintray Exec=telegram-desktop -many -startintray
Icon=telegram Icon=telegram
Type=Application Type=Application