Update autostart and window rules
This commit is contained in:
parent
e1ec4fd79f
commit
21c386d145
1 changed files with 4 additions and 2 deletions
|
@ -14,6 +14,7 @@ exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
|||
# Autostart
|
||||
## Apps
|
||||
exec-once = discord
|
||||
exec-once = flatpak run im.fluffychat.Fluffychat
|
||||
exec-once = steam
|
||||
exec-once = nm-applet
|
||||
|
||||
|
@ -35,8 +36,9 @@ exec-once = swayidle -w timeout 300 "$LOCK_CMD --grace 300 --fade-in 0.5" timeou
|
|||
# Window rules
|
||||
windowrulev2 = idleinhibit fullscreen, class:(discord) # Discord fullscreen idle inhibit
|
||||
windowrulev2 = idleinhibit fullscreen, class:(firefox) # Firefox fullscreen idle inhibit
|
||||
windowrulev2 = workspace 3, class:(discord) # Move Steam to workspace 9
|
||||
windowrulev2 = workspace 4, class:(steam) # Move Steam to workspace 9
|
||||
windowrulev2 = workspace 2, class:(discord) # Move Discord to workspace 2
|
||||
windowrulev2 = workspace 3, class:(fluffychat) # Move FluffyChat to workspace 3
|
||||
windowrulev2 = workspace 4, class:(steam) # Move Steam to workspace 4
|
||||
|
||||
## XWaylandVideoBridge
|
||||
windowrulev2 = noanim, class:^(xwaylandvideobridge)$
|
||||
|
|
Loading…
Add table
Reference in a new issue