wm: sway: rot8 invert y-Axis and disable keyboard

This commit is contained in:
Kabbone 2024-08-11 21:17:25 +02:00
parent 1787103cec
commit 5ddf51f572
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
};
startup = [
{ command = "exec ${pkgs.rot8}/bin/rot8"; }
{ command = "exec ${pkgs.rot8}/bin/rot8 -Y -k"; }
{ command = "xrdb -load ~/.Xresources"; }
{ command = "gsettings set org.gnome.desktop.interface gtk-theme Arc"; }
{ command = "gsettings set org.gnome.desktop.interface icon-theme ePapirus"; }