Merge main into zephyrus

This commit is contained in:
2025-07-14 07:32:44 -04:00
10 changed files with 63 additions and 95 deletions

View File

@@ -14,7 +14,7 @@ set $down j
set $up k
set $right l
# Your preferred terminal emulator
set $term alacritty
set $term ghostty
# Your preferred application launcher
set $menu rofi -show drun
@@ -146,8 +146,6 @@ bindsym $mod+r mode "resize"
for_window [shell="xwayland"] title_format "[XWayland] %title"
#xwayland disable
#exec waybar
seat * xcursor_theme catppuccin-latte-peach-cursors 32
include ~/.config/sway/config.d/*

View File

@@ -46,4 +46,5 @@ bindsym --locked XF86MonBrightnessUp exec brightnessctl -e4 -n2 -d amdgpu_bl2 se
bindsym --locked XF86MonBrightnessDown exec brightnessctl -e4 -n2 -d amdgpu_bl2 set 5%-
## Utils
bindsym Print exec ~/.local/bin/snag -d ~/screenshots/
bindsym Print exec bash -c 'file=$(~/.local/bin/snag -d ~/screenshots/) && wl-copy < $file'
bindsym Print+Ctrl exec bash -c 'file=$(~/.local/bin/snag -r -d ~/screenshots/) && wl-copy < $file'

View File

@@ -3,3 +3,8 @@ for_window [shell="xwayland"] title_format "[XWayland] %title"
assign [class="Unity"] workspace number 2
for_window [title="Unity"] no_focus, move position 400 400
for_window [title="Picture-in-Picture"] floating enable
for_window [class="org.kde.haruna"] floating enable
for_window [title=".*\.PopupWindow"] floating enable
for_window [class="Unity" title="Project Settings"] floating enable
for_window [class="Unity" title=".*\.AnnotationWindow"] floating enable
for_window [class="Unity" title="Color"] floating enable