mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-05 05:37:20 +02:00
Compare commits
4 Commits
311e4a1565
...
8209a74c6b
Author | SHA1 | Date | |
---|---|---|---|
8209a74c6b | |||
978d7514f1 | |||
7aa4e474c0 | |||
e13b1e5e84 |
@ -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
|
||||||
|
5
etc/xdg/autostart/com.github.wwmm.easyeffects.desktop
Executable file
5
etc/xdg/autostart/com.github.wwmm.easyeffects.desktop
Executable 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
|
@ -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
|
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user