diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-02-06 11:06:10 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-02-06 11:06:10 +0000 |
| commit | d050c347655f23b3f0c11e056dbd91d2cf74a7c1 (patch) | |
| tree | 3391b59bc5e3506d1a86bcab52ab1fdd09e71e60 /config/sway | |
| parent | 71b25c2bd3a306fe196cc32504c3af118372877b (diff) | |
Update sway config
Diffstat (limited to 'config/sway')
| -rw-r--r-- | config/sway/config | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/config/sway/config b/config/sway/config index c408540..0a98e21 100644 --- a/config/sway/config +++ b/config/sway/config @@ -17,12 +17,12 @@ set $right l set $term kitty # Theme Variables -set $font "Input Mono Light 12" +set $font "InputSansCompressed Light 12" set $highlight #00FFFF set $prompt #00FF00 # Font -font pango:Input Mono Light 12 +font pango:InputSansCompressed Light 12 # class / border / bg / fg / indicator / child_border client.focused #00FFFF #000000 #FFFFFF #00FF00 #00FFFF @@ -30,15 +30,18 @@ client.focused_inactive #00FFFF #000000 #666666 #00FF00 #00FFFF client.unfocused #666666 #000000 #888888 #666666 #666666 client.urgent #FF00FF #000000 #FFFFFF #00FF00 #FF00FF +gaps outer 10 +gaps inner 10 + # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. -set $menu bemenu-run --fn $font -b -p "$" --tf "$prompt" --hf "$highlight" --sf "$highlight" --scf "$highlight" | xargs swaymsg exec +set $menu bemenu-run --fn $font -p "$" --tf "$prompt" --hf "$highlight" --sf "$highlight" --scf "$highlight" | xargs swaymsg exec ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg ~/Pictures/lisa-congdon/BrightSpots_800x800.webp tile #000000 +exec swaybg -o \* -i ~/Pictures/wallpapers/lisa-congdon/Quilt_No._4_800x800.webp -m tile # output HDMI-A-1 resolution 1920x1080 position 1920,0 # # You can get the names of your outputs by running: swaymsg -t get_outputs |