From 88fb3fefcddd548b92a44bc8025802bb7a055d9b Mon Sep 17 00:00:00 2001 From: toniiz Date: Mon, 17 Jun 2024 23:36:28 -0700 Subject: [PATCH] change client.focused color on sway, and added shortcuts for scratch, +shift+m and +m --- configs/sway_g/iMac16,2/config | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/configs/sway_g/iMac16,2/config b/configs/sway_g/iMac16,2/config index 306dfde..3cc8912 100644 --- a/configs/sway_g/iMac16,2/config +++ b/configs/sway_g/iMac16,2/config @@ -8,11 +8,12 @@ output DP-1 mode 2560x1440@144Hz gaps inner 4 gaps outer 4 -default_border pixel 4 -default_floating_border pixel 4 +default_border pixel 3 +default_floating_border pixel 3 # class border backgr. text indicator child_border -client.focused #303536 #303536 #d4be98 #303536 #303536 +# client.focused #303536 #303536 #d4be98 #303536 #303536 # Gray color +client.focused #d4422f #d4422f #d4422f #d4422f #d4422f client.focused_inactive #303536 #303536 #d4be98 #303536 #303536 client.unfocused #0a0b0b #303536 #d4be98 #0a0b0b #0a0b0b client.urgent #d8a657 #303536 #1d2021 #d8a657 #d8a657 @@ -23,7 +24,7 @@ client.placeholder #7daea3 #303536 #1d2021 #7daea3 #7daea3 blur_xray disable blur_passes 0 blur_radius 5 - shadows enable + shadows disable corner_radius 8 layer_effects "waybar" shadows enable; corner_radius 8; blur disable @@ -107,6 +108,11 @@ bindsym $mod+space focus mode_toggle bindsym $mod+a focus parent bindsym $mod+r mode "resize" +# Personal binds +# Moves container to scratchpad +bindsym $mod+Shift+m move container to scratchpad +bindsym $mod+m scratchpad show + # Hide waybar/enable bindsym $mod+escape exec killall -SIGUSR1 waybar