diff --git a/sway/config b/sway/config index ee08df25..27a33157 100755 --- a/sway/config +++ b/sway/config @@ -47,6 +47,7 @@ exec bash -c "sleep 6; /opt/tutanota-desktop/tutanota-desktop -a" exec bash -c "sleep 7; galaxybudsclient /StartMinimized" exec eww daemon +exec eww open tablet-toggle exec sudo input-emulator start touch --x-max 1920 --y-max 1200 --slots 4 exec_always $HOME/.config/lisgd/config diff --git a/wofi/style.css b/wofi/style.css deleted file mode 100644 index 33a5a949..00000000 --- a/wofi/style.css +++ /dev/null @@ -1,44 +0,0 @@ -window { -margin: 0px; -border: none; -border-radius: 10px; -background-color: RGBA(40, 42, 54, 0.5); -} - -#input { -margin: 5px; -border: none; -color: #f8f8f2; -background-color: #44475a; -} - -#inner-box { -margin: 5px; -border: none; -border-radius: 10px; -background-color: RGBA(40, 42, 54, 0); -} - -#outer-box { -margin: 5px; -border: none; -border-radius: 10px; -background-color: RGBA(40, 42, 54, 0.5); -} - -#scroll { -margin: 0px; -border: none; -border-radius: 10px; -} - -#text { -margin: 5px; -border: none; -color: #f8f8f2; -font: SF Pro; -} - -#entry:selected { -background-color: RGBA(68, 71, 90, 0.5); -}