feat(sway): Update config
This commit is contained in:
parent
74e927a18d
commit
4b6037b149
3 changed files with 8 additions and 8 deletions
|
@ -81,8 +81,7 @@ output $disp2 {
|
||||||
}
|
}
|
||||||
output $disp3 {
|
output $disp3 {
|
||||||
#resolution 1920x1080@60.000Hz
|
#resolution 1920x1080@60.000Hz
|
||||||
resolution 1920x1080@119.982Hz
|
resolution 1920x1080@143.981Hz
|
||||||
position 3000,550
|
position 3000,550
|
||||||
bg ~/.config/sway/backgrounds/Nyarch_Wallpaper.png fill
|
bg ~/.config/sway/backgrounds/Nyarch_Wallpaper.png fill
|
||||||
adaptive_sync on
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,11 +12,13 @@ assign [app_id="^org.gnome.Calendar$"] $wsF8
|
||||||
assign [app_id="^cinny$"] $wsF6
|
assign [app_id="^cinny$"] $wsF6
|
||||||
assign [app_id="^Element$"] $wsF6
|
assign [app_id="^Element$"] $wsF6
|
||||||
assign [app_id="^evolution$"] $wsF5
|
assign [app_id="^evolution$"] $wsF5
|
||||||
|
assign [app_id="^gamescope$"] $wsF12
|
||||||
assign [app_id="^looking-glass-client$"] $wsF12
|
assign [app_id="^looking-glass-client$"] $wsF12
|
||||||
assign [app_id="^thunderbird$"] $wsF1
|
assign [app_id="^thunderbird$"] $wsF1
|
||||||
assign [app_id="^betterbird$"] $wsF5
|
assign [app_id="^eu.betterbird.Betterbird$"] $wsF5
|
||||||
assign [app_id="^virt-manager$"] $ws1
|
assign [app_id="^virt-manager$"] $ws1
|
||||||
assign [app_id="^vesktop$"] $wsF7
|
assign [app_id="^vesktop$"] $wsF7
|
||||||
|
assign [app_id="^org.prismlauncher.PrismLauncher$"] $wsF11
|
||||||
|
|
||||||
# Assign by class
|
# Assign by class
|
||||||
assign [class="^steam$"] $wsF11
|
assign [class="^steam$"] $wsF11
|
||||||
|
@ -26,11 +28,9 @@ assign [class="^steam_proton$"] $wsF11
|
||||||
|
|
||||||
# Assign by Title
|
# Assign by Title
|
||||||
assign [title="Default - Wine desktop"] $wsF12
|
assign [title="Default - Wine desktop"] $wsF12
|
||||||
|
assign [title="^Minecraft"] $wsF12
|
||||||
|
|
||||||
# Assign by app_id and class (apps i use with and without X)
|
# Assign by app_id and class (apps i use with and without X)
|
||||||
assign [app_id="^discord$"] $wsF7
|
|
||||||
assign [app_id="^com.discordapp.Discord$"] $wsF7
|
|
||||||
assign [class="^discord$"] $wsF7
|
|
||||||
assign [app_id="^Signal$"] $wsF3
|
assign [app_id="^Signal$"] $wsF3
|
||||||
assign [class="^Signal$"] $wsF3
|
assign [class="^Signal$"] $wsF3
|
||||||
assign [app_id="^teamspeak"] $wsF2
|
assign [app_id="^teamspeak"] $wsF2
|
||||||
|
@ -84,6 +84,7 @@ for_window {
|
||||||
|
|
||||||
# window rules for specific apps
|
# window rules for specific apps
|
||||||
[app_id="^org.keepassxc.KeePassXC$"] floating enable
|
[app_id="^org.keepassxc.KeePassXC$"] floating enable
|
||||||
|
[app_id="^org.gnome.Calculator$"] floating enable
|
||||||
[app_id="mpv"] inhibit_idle visible; border none; max_render_time off
|
[app_id="mpv"] inhibit_idle visible; border none; max_render_time off
|
||||||
|
|
||||||
[app_id="showmethekey-gtk"] floating enable; sticky enable
|
[app_id="showmethekey-gtk"] floating enable; sticky enable
|
||||||
|
|
|
@ -7,10 +7,10 @@ gaps outer 0
|
||||||
|
|
||||||
default_border pixel 2
|
default_border pixel 2
|
||||||
|
|
||||||
# Disable 'focus on hover'
|
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
|
|
||||||
#client.focused #6aa84f #38761d #ffffff #8fce00 #38761d
|
focus_on_window_activation urgent
|
||||||
|
|
||||||
client.focused #33ccff #0099ff #ffffff #5577ff #9999dd
|
client.focused #33ccff #0099ff #ffffff #5577ff #9999dd
|
||||||
|
|
||||||
#seat seat0 xcursor_theme Breeze_Snow 24
|
#seat seat0 xcursor_theme Breeze_Snow 24
|
||||||
|
|
Loading…
Add table
Reference in a new issue