- Add host-aware autostart for udiskie and steam (zsh, existence check)
- Remove redundant appearance env vars from env.conf
- Merge maximize suppression, XWayland drag fix, Steam/Lutris float rules into window rules
- Add NVIDIA env vars to desktop monitor config
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
12 lines
417 B
Plaintext
12 lines
417 B
Plaintext
# Set programs that you use
|
|
$terminal = alacritty
|
|
$fileManager = dolphin
|
|
$menu = rofi -show combi
|
|
|
|
# Always move Brave browser to workspace 10
|
|
windowrulev2 = workspace 10, class:^(Brave-browser)$
|
|
windowrulev2 = suppressevent maximize, class:.*
|
|
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
|
windowrulev2 = float,class: ^(steam)$
|
|
windowrulev2 = float,class: ^(net.lutris.Lutris)$
|