graphics and cursor fixes
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/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"
|
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 &
|
feh --bg-center ~/.config/i3/wallpaper.png &
|
||||||
dunst &
|
dunst &
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ set $mod Mod4
|
|||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
font pango:Fira Code 13
|
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.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
set $refresh_i3status killall -SIGUSR1 i3status
|
set $refresh_i3status killall -SIGUSR1 i3status
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ if [ -z "$NOX" ]; then
|
|||||||
fi
|
fi
|
||||||
cat >> $HOME/.bashrc <<'EOF'
|
cat >> $HOME/.bashrc <<'EOF'
|
||||||
alias void="proot-distro login -P -e TERMUX_HOME=$HOME void-glibc-full" # ROID_INST
|
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 voidrun='proot-distro run -P void-glibc-full --' # ROID_INST
|
||||||
alias roidclean='killall pulseaudio virgl_test_server_android' # ROID_INST
|
alias roidclean='killall pulseaudio virgl_test_server_android' # ROID_INST
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user