From 63feeb9f369fc6176e85c1c2d8fcc863caad1946 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 10 Feb 2026 12:32:48 +0100 Subject: start new MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- os/etc/tinydm.d/env-wayland.d/00-profile.conf | 2 -- .../env-wayland.d/20-dbus-session-bus.conf | 1 - os/etc/tinydm.d/env-wayland.d/30-xkb.conf | 3 --- os/etc/tinydm.d/env-wayland.d/40-bemenu.conf | 2 -- os/etc/tinydm.d/env-wayland.d/80-terminal.conf | 1 - os/etc/tinydm.d/env-wayland.d/90-user.conf | 22 ---------------------- os/etc/tinydm.d/env-wayland.d/99-im.conf | 4 ---- os/etc/tinydm.d/env-wayland.d/99-wlr.conf | 2 -- 8 files changed, 37 deletions(-) delete mode 100644 os/etc/tinydm.d/env-wayland.d/00-profile.conf delete mode 100644 os/etc/tinydm.d/env-wayland.d/20-dbus-session-bus.conf delete mode 100644 os/etc/tinydm.d/env-wayland.d/30-xkb.conf delete mode 100644 os/etc/tinydm.d/env-wayland.d/40-bemenu.conf delete mode 100644 os/etc/tinydm.d/env-wayland.d/80-terminal.conf delete mode 100644 os/etc/tinydm.d/env-wayland.d/90-user.conf delete mode 100644 os/etc/tinydm.d/env-wayland.d/99-im.conf delete mode 100644 os/etc/tinydm.d/env-wayland.d/99-wlr.conf (limited to 'os/etc/tinydm.d/env-wayland.d') diff --git a/os/etc/tinydm.d/env-wayland.d/00-profile.conf b/os/etc/tinydm.d/env-wayland.d/00-profile.conf deleted file mode 100644 index 20d9b11..0000000 --- a/os/etc/tinydm.d/env-wayland.d/00-profile.conf +++ /dev/null @@ -1,2 +0,0 @@ -# source system profile -#. /etc/profile diff --git a/os/etc/tinydm.d/env-wayland.d/20-dbus-session-bus.conf b/os/etc/tinydm.d/env-wayland.d/20-dbus-session-bus.conf deleted file mode 100644 index 0040be0..0000000 --- a/os/etc/tinydm.d/env-wayland.d/20-dbus-session-bus.conf +++ /dev/null @@ -1 +0,0 @@ -export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus diff --git a/os/etc/tinydm.d/env-wayland.d/30-xkb.conf b/os/etc/tinydm.d/env-wayland.d/30-xkb.conf deleted file mode 100644 index 9aaf05f..0000000 --- a/os/etc/tinydm.d/env-wayland.d/30-xkb.conf +++ /dev/null @@ -1,3 +0,0 @@ -export XKB_DEFAULT_LAYOUT=us -export XKB_DEFAULT_VARIANT=mac -export XKB_DEFAULT_OPTIONS="caps:hyper,eurosign:5,evdoublebind:mapping,hibiki:intl_tr" diff --git a/os/etc/tinydm.d/env-wayland.d/40-bemenu.conf b/os/etc/tinydm.d/env-wayland.d/40-bemenu.conf deleted file mode 100644 index 0ba15e5..0000000 --- a/os/etc/tinydm.d/env-wayland.d/40-bemenu.conf +++ /dev/null @@ -1,2 +0,0 @@ -export BEMENU_BACKEND=wayland -export BEMENU_OPTS='-i -n -m focused --fn "Iosevka 10" --nb "#0c0c0ce5" --nf "#fffffb" --ab "#0c0c0ce0" --af "#fffffb" --tb "#8a6bbe" --tf "#fffffb" --fb "#0c0c0ce5" --ff "#fffffb" --sb "#fad689" --sf "#0c0c0c" --hb "#8a6bbeff" --hf "#fffffb" --scb "#0c0c0ce5" --scf "#8a6bbee5" --binding vim' diff --git a/os/etc/tinydm.d/env-wayland.d/80-terminal.conf b/os/etc/tinydm.d/env-wayland.d/80-terminal.conf deleted file mode 100644 index af1f287..0000000 --- a/os/etc/tinydm.d/env-wayland.d/80-terminal.conf +++ /dev/null @@ -1 +0,0 @@ -export TERMINAL=/usr/bin/foot diff --git a/os/etc/tinydm.d/env-wayland.d/90-user.conf b/os/etc/tinydm.d/env-wayland.d/90-user.conf deleted file mode 100644 index 2264626..0000000 --- a/os/etc/tinydm.d/env-wayland.d/90-user.conf +++ /dev/null @@ -1,22 +0,0 @@ -export GDK_BACKEND=wayland -export CLUTTER_BACKEND=wayland -export QT_QPA_PLATFORM=wayland-egl -export SDL_VIDEODRIVER=wayland -export ECORE_EVAS_ENGINE=wayland-egl -export ELM_ENGINE=wayland_egl -export _JAVA_AWT_WM_NONREPARENTING=1 -export NO_AT_BRIDGE=1 -export MOZ_ENABLE_WAYLAND=1 - -# force gnome apps to use gnome style -#export DESKTOP_SESSION=gnome -#export QT_QPA_PLATFORMTHEME=gnome -#export QT_STYLE_OVERRIDE=adwaita -#export QT_WAYLAND_FORCE_DPI=physical -export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 - -export GTK_CSD=0 - -export XDG_SESSION_TYPE=wayland -export XDG_SESSION_DESKTOP=sway -export XDG_CURRENT_DESKTOP=sway diff --git a/os/etc/tinydm.d/env-wayland.d/99-im.conf b/os/etc/tinydm.d/env-wayland.d/99-im.conf deleted file mode 100644 index f58a60d..0000000 --- a/os/etc/tinydm.d/env-wayland.d/99-im.conf +++ /dev/null @@ -1,4 +0,0 @@ -export GTK_IM_MODULE=fcitx -export QT_IM_MODULE=fcitx -export XMODIFIERS=@im=fcitx -export SDL_IM_MODULE=fcitx diff --git a/os/etc/tinydm.d/env-wayland.d/99-wlr.conf b/os/etc/tinydm.d/env-wayland.d/99-wlr.conf deleted file mode 100644 index 951cdb1..0000000 --- a/os/etc/tinydm.d/env-wayland.d/99-wlr.conf +++ /dev/null @@ -1,2 +0,0 @@ -#export WLR_EGL_NO_MODIFIERS=1 -export WLR_RENDERER=vulkan -- cgit 1.4.1