diff options
| author | Blake Romero <blake@developercraft.com> | 2025-10-29 15:31:25 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2025-10-29 15:31:25 +0000 |
| commit | a7c032c2c0f21faee0911dc3dbd6f820d4eea513 (patch) | |
| tree | 8b3da4b11c8f04ce4544aa3f4445381240ba278f /config | |
| parent | 7e79ca93465615c1b99a3ab175ec8875434bdf0b (diff) | |
Set output labels, increase border, add moving windows with mouse
Diffstat (limited to 'config')
| -rw-r--r-- | config | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -68,9 +68,9 @@ output 'Samsung Electric Company SyncMaster H9XB215463' { position 1920 0 } -# Workspace assignment -workspace 1 output DP-3 -workspace 0 output HDMI-A-1 +# Default workspace +workspace 1 output 'Microstep MAG274QRF-QD CA8A391600566' +workspace 0 output 'Samsung Electric Company SyncMaster H9XB215463' # Input seat * hide_cursor when-typing enable @@ -96,11 +96,15 @@ gaps vertical 60 # Borders smart_borders off -default_border pixel 2 +default_border pixel 4 client.focused $focuscol $focuscol #000000 $focuscol client.unfocused $inactcol $inactcol #000000 $inactcol client.focused_inactive $inactcol $inactcol #000000 $inactcol +# Move windows with mouse +tiling_drag enable +floating_modifier $mod normal + # Waybar bindsym $mod+b exec pkill -10 waybar @@ -226,7 +230,11 @@ bindsym --locked XF86AudioPrev $audio_prev #for_window [title="."] floating enable #for_window [app_id="$term"] floating disable #for_window [app_id="firefox|librewolf"] floating disable -for_window [title="Save Image"] float enable +for_window [app_id="thunar"] floating enable, resize 880px 600px +for_window [title="Save Image"] floating enable +for_window [title="wiremix"] floating enable +for_window [title="iwd"] floating enable +for_window [title="calendar"] floating enable # Picture-in-picture window for_window [title="Picture-in-Picture"] \ |
