Fix for graphical uis

This commit is contained in:
Thomas Lovén 2024-12-18 22:06:43 +01:00
parent 019e8708d3
commit 67ffb18e03
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,6 @@ function setup_fish() {
USER=`whoami` USER=`whoami`
sudo -n chsh $USER -s $(which fish) sudo -n chsh $USER -s $(which fish)
# Force fish shell for devcontainers # Force fish shell for devcontainers
echo "exec $(which fish) -l" >> ~/.profile
echo "exec $(which fish) -l" >> ~/.bashrc echo "exec $(which fish) -l" >> ~/.bashrc
echo "exec $(which fish) -l" >> ~/.zshrc echo "exec $(which fish) -l" >> ~/.zshrc

2
xprofile Normal file
View File

@ -0,0 +1,2 @@
setxkbmap -option "ctrl:nocaps"
xcape -e 'Control_L=Escape'