mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
i3: SOS! Add the third electron! HELPME! It's a monster!
This commit is contained in:
parent
4f57171b83
commit
20d3453f2b
@ -4,14 +4,19 @@
|
|||||||
# galculator network-manager-gnome redshift-gtk x11-xserver-utils
|
# galculator network-manager-gnome redshift-gtk x11-xserver-utils
|
||||||
# pasystray feh rofi pulsemixer libnotify-bin xcompmgr xfce4-terminal
|
# pasystray feh rofi pulsemixer libnotify-bin xcompmgr xfce4-terminal
|
||||||
# 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
|
# flatpak apparmor-notify caffeine keybase snapd
|
||||||
#
|
#
|
||||||
# Flatpaks expected: org.gajim.Gajim org.gajim.Gajim.Plugin.omemo
|
# Flatpaks expected: org.gajim.Gajim org.gajim.Gajim.Plugin.omemo
|
||||||
# de.haeckerfelix.gradio com.wire.WireDesktop
|
# de.haeckerfelix.gradio com.wire.WireDesktop
|
||||||
#
|
#
|
||||||
|
# Snaps expected: signal-desktop
|
||||||
|
#
|
||||||
# Debian theming: lxappearance gtk-chtheme qt4-qtconfig qt5ct
|
# Debian theming: lxappearance gtk-chtheme qt4-qtconfig qt5ct
|
||||||
# https://askubuntu.com/a/600946
|
# https://askubuntu.com/a/600946
|
||||||
#
|
#
|
||||||
|
# YES! This file is a monster and there really are that many weird
|
||||||
|
# packages and three electrons autostarting, SEND HELP!
|
||||||
|
#
|
||||||
# HIDPI text scaling:
|
# HIDPI text scaling:
|
||||||
# % gsettings set org.gnome.desktop.interface scaling-factor 2
|
# % gsettings set org.gnome.desktop.interface scaling-factor 2
|
||||||
# https://wiki.archlinux.org/index.php/HiDPI#GNOME
|
# https://wiki.archlinux.org/index.php/HiDPI#GNOME
|
||||||
@ -287,13 +292,19 @@ exec --no-startup-id $TERMINAL
|
|||||||
exec --no-startup-id conky
|
exec --no-startup-id conky
|
||||||
exec --no-startup-id aa-notify -p -s 1 -w 60
|
exec --no-startup-id aa-notify -p -s 1 -w 60
|
||||||
exec --no-startup-id caffeine-indicator
|
exec --no-startup-id caffeine-indicator
|
||||||
|
# ELECTRON!
|
||||||
exec --no-startup-id KEYBASE_AUTOSTART=1 run_keybase -a
|
exec --no-startup-id KEYBASE_AUTOSTART=1 run_keybase -a
|
||||||
|
|
||||||
# Flatpaks
|
# Flatpaks
|
||||||
|
# ELECTRON!
|
||||||
exec --no-startup-id flatpak run com.wire.WireDesktop --startup
|
exec --no-startup-id flatpak run com.wire.WireDesktop --startup
|
||||||
exec --no-startup-id flatpak run de.haeckerfelix.gradio
|
exec --no-startup-id flatpak run de.haeckerfelix.gradio
|
||||||
exec --no-startup-id flatpak run org.gajim.Gajim --quiet
|
exec --no-startup-id flatpak run org.gajim.Gajim --quiet
|
||||||
|
|
||||||
|
# Snaps
|
||||||
|
# ELECTRON
|
||||||
|
exec --no-startup-id signal-desktop
|
||||||
|
|
||||||
# CHANGEME - weird autostart options that may not be suitable even for my other devices
|
# CHANGEME - weird autostart options that may not be suitable even for my other devices
|
||||||
# Centre of Lauttasaari
|
# Centre of Lauttasaari
|
||||||
exec --no-startup-id redshift-gtk -l 60.15937:24.87530
|
exec --no-startup-id redshift-gtk -l 60.15937:24.87530
|
||||||
|
Loading…
Reference in New Issue
Block a user