This commit is contained in:
2025-03-25 01:47:41 +03:00
commit 7c8e48227f
13 changed files with 349 additions and 0 deletions

29
config Normal file
View File

@ -0,0 +1,29 @@
# Sexi-sway config
#
# Variables
#
# Logo 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 foot
# Your preferred application launcher
set $menu wmenu-run
default_border none
input type:touchpad {
dwt enabled
tap enabled
middle_emulation enabled
}
include /etc/sway/config.d/*
include ~/.config/sway/conf.d/*
include ~/.config/sway/conf.d/binds/*