-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xinitrc
30 lines (24 loc) · 794 Bytes
/
.xinitrc
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
source /etc/X11/xinit/xinitrc.d/50-systemd-user.sh
export WINIT_X11_SCALE_FACTOR=1.5
export _JAVA_AWT_WM_NONREPARENTING=1
export QT_QPA_PLATFORMTHEME=qt5ct
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
xrdb -merge ~/.Xresources
xset b off
xsetroot -cursor_name left_ptr
setxkbmap -layout us -variant dvorak_mod -option 'grp:alt_caps_toggle' -option 'lv3:ralt_switch' -option 'caps:super'
ksuperkey -e 'Super_L=Escape'
if [ "$(xfconf-query -c xsettings -p /Net/ThemeName)" = "Matcha-dark-azul" ]; then
hsetroot -solid '#020e1d'
else
hsetroot -solid '#ebedef'
fi
picom &
xfsettingsd &
touchegg &
flameshot &
clipmenud &
/usr/lib/xfce4/notifyd/xfce4-notifyd &
GDK_BACKEND=x11 ulauncher --hide-window --no-window-shadow &
xss-lock --transfer-sleep-lock -- ~/scripts/lock.sh &
exec bspwm