update i3 config
This commit is contained in:
parent
492c0ea359
commit
349e42141b
1 changed files with 4 additions and 24 deletions
|
@ -220,13 +220,13 @@ exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
|||
# Background img
|
||||
exec --no-startup-id sleep 2 && nitrogen --restore
|
||||
exec --no-startup-id variety --profile ~/.config/variety
|
||||
# Programs
|
||||
# exec --no-startup-id discord-canary
|
||||
|
||||
# Thunderbird
|
||||
exec --no-startup-id thunderbird
|
||||
# Autorandr (setup display profiles)
|
||||
exec --no-startup-id "autorandr --change"
|
||||
# exec --no-startup-id chatterino
|
||||
# Redshift (reduce blue light)
|
||||
exec --no-startup-id "redshift-gtk -l 49.1:8.1 -l manual -t 5000:2500"
|
||||
# exec --no-startup-id youtube-music
|
||||
# Lockscreen
|
||||
exec --no-startup-id "xss-lock --transfer-sleep-lock -- i3lock -c 000000 -e -f -n"
|
||||
# Picom compositor
|
||||
|
@ -235,24 +235,10 @@ exec --no-startup-id "picom"
|
|||
exec --no-startup-id "optimus-manager-qt"
|
||||
# Polkit Agent
|
||||
exec --no-startup-id /usr/lib/mate-polkit/polkit-mate-authentication-agent-1
|
||||
# Openrazer Daemon
|
||||
exec --no-startup-id "openrazer-daemon -F"
|
||||
# Syncthing
|
||||
exec --no-startup-id "syncthing -no-browser"
|
||||
# Conky
|
||||
exec --no-startup-id "conky -c $HOME/.config/conky/conky.config -d"
|
||||
# Steam
|
||||
# exec --no-startup-id "steam -silent"
|
||||
|
||||
# MPD
|
||||
exec --no-startup-id "[ ! -s ~/.config/mpd/pid ] && mpd"
|
||||
|
||||
# Wifi
|
||||
exec --no-startup-id "wifi off"
|
||||
|
||||
# xsnow
|
||||
# exec --no-startup-id "xsnow -notrees"
|
||||
|
||||
# caffeine
|
||||
exec --no-startup-id caffeine
|
||||
|
||||
|
@ -268,7 +254,6 @@ assign [class="[a-zA-Z0-9-_ ]*(launcher|heroic)[a-zA-Z0-9-_ ]*"] $ws10
|
|||
assign [class="firefox"] $ws1
|
||||
assign [class="MultiMC"] $ws10
|
||||
assign [class="lutris"] $ws10
|
||||
# assign [class="Steam"] $ws10
|
||||
assign [class="chatterino"] $ws7
|
||||
assign [class="SchildiChat"] $ws7
|
||||
assign [class="akregator"] $ws7
|
||||
|
@ -276,11 +261,6 @@ assign [class="Spotify"] $ws6
|
|||
|
||||
# Assign Games to Workspace 5
|
||||
assign [class="Minecraft[a-zA-Z0-9\.\* ]*"] $ws5
|
||||
assign [class="SkyClient"] $ws5
|
||||
# assign [class="steam_proton"] $ws5
|
||||
# assign [class="trackmania.exe"] $ws5
|
||||
# assign [class="upc.exe"] $ws5
|
||||
assign [class="lutris"] $ws5
|
||||
|
||||
# Gaps
|
||||
for_window [class=".*"] border pixel 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue