diff --git a/desktop/configs/alacritty/.config/alacritty/alacritty.toml b/desktop/configs/alacritty/.config/alacritty/alacritty.toml index 9b3fd1c..0de1960 100644 --- a/desktop/configs/alacritty/.config/alacritty/alacritty.toml +++ b/desktop/configs/alacritty/.config/alacritty/alacritty.toml @@ -16,7 +16,7 @@ import = ["~/.config/alacritty/white.toml"] [window] -opacity = 1 +opacity = 0.93 padding.x = 10 # padding.y = 10 decorations = "Full" diff --git a/desktop/configs/sway/.config/sway/config b/desktop/configs/sway/.config/sway/config index 8412f97..de78200 100644 --- a/desktop/configs/sway/.config/sway/config +++ b/desktop/configs/sway/.config/sway/config @@ -1,13 +1,13 @@ include ~/.config/sway/settings/* -blur enable -blur_passes 2 -blur_radius 2 -blur_noise 0.2 - -shadow_on_csd enable -shadow_color #424242 -shadow_offset 12 12 -shadow_blur_radius 10 +# blur enable +# blur_passes 2 +# blur_radius 2 +# blur_noise 0.2 +# +# shadow_on_csd enable +# shadow_color #424242 +# shadow_offset 12 12 +# shadow_blur_radius 10 # vim: ts=2 sts=2 sw=2 ft=swayconfig diff --git a/desktop/configs/sway/.config/sway/settings/config b/desktop/configs/sway/.config/sway/settings/config index 9c7d437..ebe8903 100644 --- a/desktop/configs/sway/.config/sway/settings/config +++ b/desktop/configs/sway/.config/sway/settings/config @@ -1,8 +1,11 @@ output { - # HDMI-A-1 pos 0 0 mode --custom 2560x1080@75Hz - HDMI-A-1 pos 0 0 - DP-3 pos 0 -1080 - DP-2 pos 2560 0 + HDMI-A-1 pos 0 0 mode --custom 2560x1080@75Hz adaptive_sync on + DP-3 pos 2560 0 mode 1920x1080 + + # old setup + # # HDMI-A-1 pos 0 0 + # DP-3 disable pos 0 -1080 + # DP-2 pos 2560 0 } default_border pixel 2 diff --git a/desktop/configs/sway/.config/sway/settings/rules b/desktop/configs/sway/.config/sway/settings/rules index c753299..1d49440 100644 --- a/desktop/configs/sway/.config/sway/settings/rules +++ b/desktop/configs/sway/.config/sway/settings/rules @@ -24,6 +24,7 @@ assign [class="gamescope"] 9 for_window [class="gamescope"] floating enable for_window [class="cs2"] move to workspace 9, fullscreen 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 [title="Wuthering Waves "] move to workspace 9, fullscreen enable for_window [instance="CoreKeeper"] move to workspace 9, fullscreen enable diff --git a/desktop/configs/waybar/.config/waybar/style.css b/desktop/configs/waybar/.config/waybar/style.css index 872f205..05fa046 100644 --- a/desktop/configs/waybar/.config/waybar/style.css +++ b/desktop/configs/waybar/.config/waybar/style.css @@ -11,12 +11,11 @@ window#waybar { background: #0a0c10; color: #f0f3f6; - margin: 10px; + margin: 20px; } #workspaces button { - margin-left: 2px; - padding: 2px 8px; + padding: 0; } #workspaces button:hover,