From: Andre Ramnitz Date: Thu, 21 Mar 2024 06:56:54 +0000 (+0100) Subject: plasma-workspace: add missing items that got hung in gitignore X-Git-Tag: v0.2~196 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=2d7589d0103c7592562c52975f49e32562337d84;p=dotfiles.git plasma-workspace: add missing items that got hung in gitignore --- diff --git a/config/plasma-workspace/env/path.sh b/config/plasma-workspace/env/path.sh new file mode 100644 index 00000000..d03aabf8 --- /dev/null +++ b/config/plasma-workspace/env/path.sh @@ -0,0 +1,2 @@ +#!/bin/sh +export PATH="$HOME"/.local/bin:"$PATH" diff --git a/config/plasma-workspace/env/vdpau.sh b/config/plasma-workspace/env/vdpau.sh new file mode 100644 index 00000000..c53ac4d9 --- /dev/null +++ b/config/plasma-workspace/env/vdpau.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +export VDPAU_DRIVER=radeonsi + diff --git a/config/plasma-workspace/env/wayland.sh b/config/plasma-workspace/env/wayland.sh new file mode 100644 index 00000000..7f667423 --- /dev/null +++ b/config/plasma-workspace/env/wayland.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +export QT_QPA_PLATFORM="wayland;xcb" +export GDK_BACKEND="wayland,x11" +export GTK_USE_PORTAL=true +export MOZ_ENABLE_WAYLAND=true +