diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-13 22:17:45 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-13 22:17:45 -0500 |
| commit | 83113fff46023d6cde0c2d982978fe7f5a5cfce2 (patch) | |
| tree | abf3ded17c7c689306805df01d7c84445f47f5eb /wayland-basics | |
| parent | 5e83a094476f28eb77508c8b470efe3dfd56de83 (diff) | |
updates
Diffstat (limited to 'wayland-basics')
| -rw-r--r-- | wayland-basics/.stow-local-ignore | 4 | ||||
| -rw-r--r-- | wayland-basics/dot-config/environment.d/wayland.conf | 12 | ||||
| -rw-r--r-- | wayland-basics/dot-config/systemd/user/polkit-kde.service | 12 |
3 files changed, 24 insertions, 4 deletions
diff --git a/wayland-basics/.stow-local-ignore b/wayland-basics/.stow-local-ignore new file mode 100644 index 0000000..097a3f5 --- /dev/null +++ b/wayland-basics/.stow-local-ignore @@ -0,0 +1,4 @@ +^/.config/satty +^/.config/systemd/user/minibar.service +^/.config/systemd/user/swayosd-server.service + diff --git a/wayland-basics/dot-config/environment.d/wayland.conf b/wayland-basics/dot-config/environment.d/wayland.conf index eca504e..e55cd48 100644 --- a/wayland-basics/dot-config/environment.d/wayland.conf +++ b/wayland-basics/dot-config/environment.d/wayland.conf @@ -2,14 +2,18 @@ BROWSER=qutebrowser TERMINAL=alacritty -# Wayland configurati +# QT app theming QT_QPA_PLATFORM=wayland -QT_QPA_PLATFORMTHEME=qt5ct +QT_QPA_PLATFORMTHEME=qt6ct;qt5ct + +# SDL SDL_VIDEODRIVER=wayland SDL_VIDEO_DRIVER=wayland + +# Ozone OZONE_PLATFORM=wayland ELECTRON_OZONE_PLATFORM_HINT=wayland # disable accessibility -export NO_AT_BRIDGE=1 -export GTK_A11Y=none +NO_AT_BRIDGE=1 +GTK_A11Y=none diff --git a/wayland-basics/dot-config/systemd/user/polkit-kde.service b/wayland-basics/dot-config/systemd/user/polkit-kde.service new file mode 100644 index 0000000..8b39695 --- /dev/null +++ b/wayland-basics/dot-config/systemd/user/polkit-kde.service @@ -0,0 +1,12 @@ +[Unit] +Description=KDE polkit authentication agent +PartOf=graphical-session.target +After=graphical-session.target + +[Service] +Type=exec +ExecStart=/usr/lib/polkit-kde-authentication-agent-1 +Restart=on-failure + +[Install] +WantedBy=graphical-session.target |
