Update configs

This commit is contained in:
2025-07-13 12:05:31 -04:00
parent 453c3ff85a
commit d1f4c6d396
9 changed files with 62 additions and 21 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
@@ -149,4 +149,6 @@ bindsym $mod+r mode "resize"
#xwayland disable
seat * xcursor_theme catppuccin-latte-peach-cursors 32
include ~/.config/sway/config.d/*

View File

@@ -42,4 +42,5 @@ bindsym $mod+Shift+f floating toggle
bindsym $mod+tab layout tabbed
## 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

@@ -1,3 +1,3 @@
output DP-1 mode 3840x2160@240.000Hz pos 0 0 scale 1.6 adaptive_sync on allow_tearing yes
output DP-2 mode 2560x1440@240.000Hz pos 2400 0 scale 1.25 transform 90 adaptive_sync off
output DP-2 mode 2560x1440@240.000Hz pos 2400 -145 scale 1.25 transform 90 adaptive_sync off
output * max_render_time off

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