-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xinitrc_MetalManArch
executable file
·40 lines (29 loc) · 1.02 KB
/
.xinitrc_MetalManArch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#!/bin/bash
# - Target platforms
# - Arch Linux
# Fcitx
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
export DefaultIMModule=fcitx
# Show 2byte chars correctly in libvte
export VTE_CJK_WIDTH=double
# Use surface pro3 touch screen
# See https://wiki.archlinuxjp.org/index.php/%E3%82%BF%E3%83%83%E3%83%81%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3#.E3.83.9E.E3.83.AB.E3.83.81.E3.83.87.E3.82.A3.E3.82.B9.E3.83.97.E3.83.AC.E3.82.A4.E3.81.A7.E3.82.BF.E3.83.83.E3.83.81.E3.82.B9.E3.82.AF.E3.83.AA.E3.83.BC.E3.83.B3.E3.82.92.E4.BD.BF.E3.81.86
export MOZ_USE_XINPUT2=1
# For krita on my bigger LG display
export QT_SCALE_FACTOR=1.5
# Fix a VirtualBox's choppy audio issue
export PULSE_LATENCY_MSEC=60
# Xorg general
if [ -f ~/.Xmodmap ] ; then
xmodmap ~/.xmonad/Xmodmap/default-us
fi
PATH=$PATH:$HOME/bin
xrdb -merge ~/.Xresources
xsetroot -cursor_name left_ptr
#setxkbmap -layout us -option caps:ctrl_modifier
fcitx &
#fcitx-imlist --set fcitx-keyboard-us
dunst &
exec ~/.local/bin/xmonad-config