From 324e7ee0eb436faf816d04d2e5c767e399d52e39 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Fri, 10 Jan 2025 19:59:40 +0100 Subject: [PATCH] adds swayfx definitions --- .config/sway/config | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 9e2deee..ca88819 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -35,6 +35,8 @@ include workspaces include display include input +bindswitch --reload --locked lid:on exec echo "1" > /home/mark/lid + set $launcher bemenu-run floating_modifier Mod4 @@ -47,9 +49,15 @@ for_window [app_id="$term"] opacity 0.9 for_window [app_id="dev.zed.Zed"] opacity 0.9 gaps inner 6 gaps outer 0 +corner_radius 10 mouse_warping none focus_follows_mouse no +blur enable +blur_passes 3 +blur_radius 1 +blur_noise 0 + # Idle exec swayidle -w timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' @@ -62,9 +70,9 @@ bar { exec_always ~/.config/mako/launch.sh # Window border colors. Transparent borders on unfocused windows -client.focused $color1 $color1 $color0 -client.focused_inactive $color1 $color1 $color6 -client.unfocused $color0 $color0 $color2 +client.focused $color2 $color1 $color1 $color1 $color2 +client.focused_inactive $color1 $color1 $color1 $color0 $color0 +client.unfocused $color0 $color0 $color0 $color0 $color0 # General bindings bindsym $mod+Return exec $term