From 015ba50b3b6bf89b197087f7972ae306491028a2 Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Tue, 8 Oct 2024 23:51:06 +0200 Subject: [PATCH] Change default keyboard layout --- .config/qtile/autostart.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index 8855ce8..4e91276 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -1,9 +1,8 @@ #!/usr/bin/env bash /home/emma/.screenlayout/Standardlayout.sh & -setxkbmap -layout us -variant altgr-intl & +setxkbmap pl & otd-daemon & udiskie & -# pipewire & pipewire-pulse & wireplumber & /usr/bin/lxpolkit & /usr/bin/emacs --daemon & /usr/lib/kdeconnectd & @@ -12,7 +11,7 @@ flameshot & /usr/lib/notification-daemon-1.0/notification-daemon & dunst & picom & -ping -c 1 10.21.37.1 -xinput set-prop "Logitech ERGO M575" 296 1 & +ping -c 1 10.21.37.1 & +xinput set-prop "Logitech ERGO M575" "libinput Natural Scrolling Enabled" 1 & solaar -w hide & wallman &