dotfiles

dotfiles - ryukamish edition
Log | Files | Refs | README

commit d084d627d311066ad67cd0098d7ab7da10157584
parent ce65a36c668e125e46d18056759e0359bc4a9eac
Author: ryukamish <[email protected]>
Date:   Sat, 20 Jun 2026 08:11:31 +0530

floating windows now have borders

Diffstat:
M.config/sway/config | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 }