Update config

little fixes
This commit is contained in:
Johannes Kamprad
2022-05-16 09:33:58 +02:00
committed by GitHub
parent 5808d2c75b
commit 7688ef174d
+5 -5
View File
@@ -343,10 +343,10 @@ for_window [class=TelegramDesktop] focus
# manpage: https://man.archlinux.org/man/picom.1.en # manpage: https://man.archlinux.org/man/picom.1.en
# The default configuration is available in /etc/xdg/picom.conf # The default configuration is available in /etc/xdg/picom.conf
# For modifications, it can be copied to ~/.config/picom/picom.conf or ~/.config/picom.conf # For modifications, it can be copied to ~/.config/picom/picom.conf or ~/.config/picom.conf
#
# using default config # using default config
#exec_always --no-startup-id picom -b #exec_always --no-startup-id picom -b
#
# for custom config: # for custom config:
#exec_always --no-startup-id picom --config ~/.config/picom.conf #exec_always --no-startup-id picom --config ~/.config/picom.conf
@@ -357,8 +357,7 @@ for_window [class=TelegramDesktop] focus
#get auth work with polkit-gnome #get auth work with polkit-gnome
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
# dex execute .desktop files # dex execute .desktop files + apps using /etc/xdg/autostart.
# keep in mind that it can cause issues
# when second to i3 a DE is installed or mixed usage of i3 + xfce4 or GNOME # when second to i3 a DE is installed or mixed usage of i3 + xfce4 or GNOME
# in this cases better disable dex and use manual starting apps using xdg/autostart # in this cases better disable dex and use manual starting apps using xdg/autostart
# if enabled you should comment welcome app. # if enabled you should comment welcome app.
@@ -371,6 +370,7 @@ exec --no-startup-id dex --autostart --environment i3
# num lock activated # num lock activated
#exec --no-startup-id numlockx on #exec --no-startup-id numlockx on
# configure multiple keyboard layouts and hotkey to switch (Alt+CAPSLOCK in this example) # configure multiple keyboard layouts and hotkey to switch (Alt+CAPSLOCK in this example)
#exec --no-startup-id setxkbmap -layout 'us,sk' -variant altgr-intl,qwerty -option 'grp:alt_caps_toggle' #exec --no-startup-id setxkbmap -layout 'us,sk' -variant altgr-intl,qwerty -option 'grp:alt_caps_toggle'
@@ -419,7 +419,7 @@ exec --no-startup-id sleep 7 && firefox https://github.com/endeavouros-team/ende
# system tray # # system tray #
############### ###############
# if you do not use dex: exec --no-startup-id dex --autostart --environment i3 # if you do not use dex: exec --no-startup-id dex --autostart --environment i3
# you need to have tray apps started here: # you need to have tray apps started manually one by one:
# start blueberry app for managing bluetooth devices from tray: # start blueberry app for managing bluetooth devices from tray:
#exec --no-startup-id blueberry-tray #exec --no-startup-id blueberry-tray