From 21d045408f0a0a2b3b18b8b39aea30c85df3b329 Mon Sep 17 00:00:00 2001 From: czjstmax Date: Sat, 2 May 2026 00:49:35 +0200 Subject: fix Signed-off-by: czjstmax --- cfg/.xinitrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cfg/.xinitrc') diff --git a/cfg/.xinitrc b/cfg/.xinitrc index 1caf24b..695adc7 100755 --- a/cfg/.xinitrc +++ b/cfg/.xinitrc @@ -6,6 +6,7 @@ export DESKTOP_SESSION=i3 export GTK_IM_MODULE=ibus export QT_IM_MODULE=ibus export XMODIFIERS=@im=ibus +export QT_QPA_PLATFORMTHEME=qt5ct setxkbmap -option caps:escape setxkbmap -option compose:ralt @@ -16,6 +17,11 @@ xinput set-prop "MOSART Semi. 2.4G Wireless Mouse" "libinput Accel Speed" -1 xsetroot -cursor_name left_ptr xsetroot -solid "#1f1f1f" +# custom resolution +xrandr --newmode "1152x768_60.00" 71.75 1152 1208 1328 1504 768 771 781 798 -hsync +vsync +xrandr --addmode eDP-1 "1152x768_60.00" +xrandr --output eDP-1 --mode "1152x768_60.00" + #exec dwm exec i3 -- cgit v1.3.1