Configuration of X11 i3wm tty

This commit is contained in:
2024-07-12 21:16:28 +02:00
parent 7e15fbad29
commit 616255d2c4
29 changed files with 907 additions and 7 deletions

13
X11/deploy.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
#Switch to the script directory
_BASENAME=$(basename "$0")
cd "$(dirname "$0")" || _exit 1
cp xinitrc /etc/X11/xinit/xinitrc
cp .Xresources /etc/X11/xinit/.Xresources
cp 00-keyboard.conf /etc/X11/xorg.conf.d/00-keyboard.conf
wget https://raw.githubusercontent.com/qwerty-fr/qwerty-fr/master/linux/us_qwerty-fr -O /tmp/us_qwerty-fr
cp /usr/share/X11/xkb/symbols/us /usr/share/X11/xkb/symbols/us_qwerty-fr
cat /tmp/us_qwerty-fr >> /usr/share/X11/xkb/symbols/us_qwerty-fr