This commit is contained in:
2025-03-25 01:47:41 +03:00
commit 6662c5f58c
17 changed files with 420 additions and 0 deletions

26
config Normal file
View File

@ -0,0 +1,26 @@
# Sexi-sway config
#
# Variables
#
# Super key.
# Use Mod1 for Alt.
set $mod Mod4
# Home row direction keys, like SexNvim
set $left j
set $down k
set $up l
set $right semicolon
# Your preferred terminal emulator
set $term st
#
# Modules
#
include ~/.config/sway/conf.d/*
include ~/.config/sway/conf.d/binds/*