Compare commits

..

4 Commits

Author SHA1 Message Date
8209a74c6b
etc: small xdg/autostarts updates:
* pulseeffects -> easyeffects
* wire -> deprecated/
* telegramdesktop.desktop: add workaround (and supposedly it didn't
  exist here, #42)

Resolves: #42
2021-12-02 19:52:34 +02:00
978d7514f1
i3: restore Steam autostart (with mullvad-exclude & env)
Thanks Telegram for pointing that method for setting environment for me
through different breakage.
2021-12-02 19:44:54 +02:00
7aa4e474c0
i3: cleanup the alsa mess, everywhere is PipeWire
Including Rbtpzn which was keeping those around.
2021-12-02 19:43:07 +02:00
e13b1e5e84
i3: add DVV FINEID reader
Ref: #7
Resolves: #120
2021-12-02 19:38:42 +02:00
5 changed files with 12 additions and 19 deletions

View File

@ -390,25 +390,20 @@ for_window [title="tracker - .*"] floating enable
# Autostarts # Autostarts
# Sounds with alsamixer amixer rbtpzn # Finnish identity cards https://dvv.fi/en/card-reader-software
#exec --no-startup-id touch ~/.config/asound.state # Requires `sudo systemctl enable --now pcscd` (one time operation)
# Debian doesn't have /usr/sbin for non-root. CHANGEME ? exec --no-startup-id DigiSignApplication
#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 pulseeffects --gapplication-service #exec --no-startup-id easyeffects --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)
@ -416,8 +411,6 @@ 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
@ -450,8 +443,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 # Steam, reason: my brother. Note running outside of Mullvad VPN
#exec --no-startup-id sleep 10 && exec --no-startup-id STEAM_FRAME_FORCE_CLOSE=1 steam -silent exec --no-startup-id sleep 10 && exec --no-startup-id env STEAM_FRAME_FORCE_CLOSE=1 mullvad-exclude steam -silent
# Communication apps preferred by partners # Communication apps preferred by partners
# Signal # Signal

View File

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

View File

@ -1,5 +0,0 @@
[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=telegram-desktop -many -startintray Exec=env LANG=en telegram-desktop -startintray
Icon=telegram Icon=telegram
Type=Application Type=Application