diff options
| author | ryukamish <[email protected]> | 2026-06-20 08:11:31 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-06-20 08:11:31 +0530 |
| commit | d084d627d311066ad67cd0098d7ab7da10157584 (patch) | |
| tree | 941a284796db2a1378828b65be71bd4ceaaa2d43 /.config/sway | |
| parent | ce65a36c668e125e46d18056759e0359bc4a9eac (diff) | |
floating windows now have borders
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index 905737c..dbec3ea 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -275,8 +275,8 @@ bindsym $mod+n exec pgrep wlsunset \ floating_modifier $mod normal set { - $float floating enable; shadows enable; border pixel 1 - $float_resize floating enable; resize set 900 800 px; border none + $float floating enable; shadows enable; border pixel 2 + $float_resize floating enable; resize set 900 800 px; border pixel 2 $popup floating enable; sticky enable; shadows enable } |
