From 67ffb18e0307a693cae785066da069e5c15fae52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Wed, 18 Dec 2024 22:06:43 +0100 Subject: [PATCH] Fix for graphical uis --- install.sh | 1 - xprofile | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 xprofile diff --git a/install.sh b/install.sh index 9d01395..35b8207 100755 --- a/install.sh +++ b/install.sh @@ -37,7 +37,6 @@ function setup_fish() { USER=`whoami` sudo -n chsh $USER -s $(which fish) # Force fish shell for devcontainers - echo "exec $(which fish) -l" >> ~/.profile echo "exec $(which fish) -l" >> ~/.bashrc echo "exec $(which fish) -l" >> ~/.zshrc diff --git a/xprofile b/xprofile new file mode 100644 index 0000000..ad0b5e8 --- /dev/null +++ b/xprofile @@ -0,0 +1,2 @@ +setxkbmap -option "ctrl:nocaps" +xcape -e 'Control_L=Escape'