From 349457a0e6558e21d5b99853caac3063485bb154 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Wed, 3 Jun 2026 11:19:32 +0300 Subject: [PATCH] graphics and cursor fixes --- i3autostart | 1 - i3config | 3 +++ install | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/i3autostart b/i3autostart index 20100fb..c746616 100755 --- a/i3autostart +++ b/i3autostart @@ -1,5 +1,4 @@ #!/bin/sh -xrdb -merge ~/.Xresources setxkbmap -option "grp:caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp" -layout "us,ua,ru" -variant "altgr-weur,phonetic,phonetic_mac" feh --bg-center ~/.config/i3/wallpaper.png & dunst & diff --git a/i3config b/i3config index 966dc43..dc78cb9 100644 --- a/i3config +++ b/i3config @@ -8,6 +8,9 @@ set $mod Mod4 # is used in the bar {} block below. font pango:Fira Code 13 +exec --no-startup-id xrdb -merge ~/.Xresources +exec --no-startup-id i3-msg restart + # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status diff --git a/install b/install index 28a5e91..12297e9 100644 --- a/install +++ b/install @@ -34,7 +34,7 @@ if [ -z "$NOX" ]; then fi cat >> $HOME/.bashrc <<'EOF' alias void="proot-distro login -P -e TERMUX_HOME=$HOME void-glibc-full" # ROID_INST -alias voidgui="proot-distro login -P -e TERMUX_HOME=$HOME void-glibc-full -- exec termux-x11 :0 +iglx -ac -force-sysvshm -legacy-drawing -xstartup 'dbus-launch --exit-with-session i3'" # ROID_INST +alias voidgui="proot-distro login -P -e TERMUX_HOME=$HOME -e GALLIUM_DRIVER=virpipe -e LC_ALL=C.UTF-8 -e LANG=C.UTF-8 -e GDK_SCALE=1 -e GTK_THEME=Adwaita:dark -e QT_AUTO_SCREEN_SCALE_FACTOR=1 -e QT_ENABLE_HIDPI_SCALING=1 void-glibc-full -- exec termux-x11 :0 +iglx -ac -force-sysvshm -legacy-drawing -xstartup 'dbus-launch --exit-with-session i3'" # ROID_INST alias voidrun='proot-distro run -P void-glibc-full --' # ROID_INST alias roidclean='killall pulseaudio virgl_test_server_android' # ROID_INST EOF