Skip to content

Instantly share code, notes, and snippets.

@hengstchon
Created September 30, 2019 17:05
Show Gist options
  • Save hengstchon/2d657fb19af747b572d36bd58b928eb4 to your computer and use it in GitHub Desktop.
Save hengstchon/2d657fb19af747b572d36bd58b928eb4 to your computer and use it in GitHub Desktop.
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
# set key delay and repeat
xset r rate 250 25
# urxvt config
xrdb ~/.Xresources
# dual monitor config
xrandr --output DP1 --off --output HDMI1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI2 --mode 1680x1050 --pos 1920x0 --rotate normal --output HDMI3 --off --output VIRTUAL1 --off
fcitx &
udiskie &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment