the GREAT CONFIG MIGRATION; (scwrypts v5 and some neat new config stuffs)

This commit is contained in:
2025-02-19 21:56:37 -07:00
parent 623828461e
commit 1b70e44700
114 changed files with 330 additions and 328 deletions

View File

@@ -0,0 +1,4 @@
include "%L"
<Multi_key> <n> <n> : "ñ"
<Multi_key> <N> <N> : "Ñ"

View File

@@ -0,0 +1,2 @@
setxkbmap -option compose:ralt
return 0

3
config/user/X11/xinitrc Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/zsh
source "${HOME}/.zshrc" &>/dev/null
source "${DOTWRYN}/config/xinitrc.i3wm"