initial commit

This commit is contained in:
postscriptum 2025-09-11 12:43:12 +03:00
commit 259fee630b
127 changed files with 7811 additions and 0 deletions

View file

@ -0,0 +1,20 @@
# Keyboard settings for X/i3wm
Just for a note:
``` bash
setxkbmap -layout us,fr
setxkbmap -option 'grp:alt_shift_toggle'
```
Empty value to reset option values:
``` bash
setxkbmap -option
```
Make rules permanent:
``` bash
/.xinitrc
```