feat(sway): reorganize the config

This commit is contained in:
2026-01-31 01:07:03 +01:00
parent cc7511a954
commit 6f11a13f1f
13 changed files with 179 additions and 285 deletions

View File

@@ -0,0 +1,24 @@
set $mod Mod4
# vim style
set $left h
set $down j
set $up k
set $right l
# programs
set $term ghostty
set $menu wofi --show drun -iIG -w 2
set $browser google-chrome-stable
set $lockscreen swaylock
# other
set $wobs /tmp/wob.sock
# colors
set $bg0 #32302f
set $bg1 #252423
set $bg_overlay #45403d
set $fg #d4be98
set $red #ea6962
set $gray #928374