feat: add new desktop setup temporarily

This commit is contained in:
jabuxas 2024-11-30 14:58:57 -03:00
parent 8b2b33ab94
commit 7e1c263492
5 changed files with 20 additions and 17 deletions

View File

@ -16,7 +16,7 @@ import = ["~/.config/alacritty/white.toml"]
[window] [window]
opacity = 1 opacity = 0.93
padding.x = 10 padding.x = 10
# padding.y = 10 # padding.y = 10
decorations = "Full" decorations = "Full"

View File

@ -1,13 +1,13 @@
include ~/.config/sway/settings/* include ~/.config/sway/settings/*
blur enable # blur enable
blur_passes 2 # blur_passes 2
blur_radius 2 # blur_radius 2
blur_noise 0.2 # blur_noise 0.2
#
shadow_on_csd enable # shadow_on_csd enable
shadow_color #424242 # shadow_color #424242
shadow_offset 12 12 # shadow_offset 12 12
shadow_blur_radius 10 # shadow_blur_radius 10
# vim: ts=2 sts=2 sw=2 ft=swayconfig # vim: ts=2 sts=2 sw=2 ft=swayconfig

View File

@ -1,8 +1,11 @@
output { output {
# HDMI-A-1 pos 0 0 mode --custom 2560x1080@75Hz HDMI-A-1 pos 0 0 mode --custom 2560x1080@75Hz adaptive_sync on
HDMI-A-1 pos 0 0 DP-3 pos 2560 0 mode 1920x1080
DP-3 pos 0 -1080
DP-2 pos 2560 0 # old setup
# # HDMI-A-1 pos 0 0
# DP-3 disable pos 0 -1080
# DP-2 pos 2560 0
} }
default_border pixel 2 default_border pixel 2

View File

@ -24,6 +24,7 @@ assign [class="gamescope"] 9
for_window [class="gamescope"] floating enable for_window [class="gamescope"] floating enable
for_window [class="cs2"] move to workspace 9, fullscreen enable for_window [class="cs2"] move to workspace 9, fullscreen enable
for_window [class=".*steam_.*"] move to workspace 9, floating enable for_window [class=".*steam_.*"] move to workspace 9, floating enable
for_window [class=".*.exe"] move to workspace 9, floating enable
for_window [class="client-win64-shipping.exe"] move to workspace 10, floating enable for_window [class="client-win64-shipping.exe"] move to workspace 10, floating enable
for_window [title="Wuthering Waves "] move to workspace 9, fullscreen enable for_window [title="Wuthering Waves "] move to workspace 9, fullscreen enable
for_window [instance="CoreKeeper"] move to workspace 9, fullscreen enable for_window [instance="CoreKeeper"] move to workspace 9, fullscreen enable

View File

@ -11,12 +11,11 @@
window#waybar { window#waybar {
background: #0a0c10; background: #0a0c10;
color: #f0f3f6; color: #f0f3f6;
margin: 10px; margin: 20px;
} }
#workspaces button { #workspaces button {
margin-left: 2px; padding: 0;
padding: 2px 8px;
} }
#workspaces button:hover, #workspaces button:hover,