-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxinitrc
More file actions
31 lines (25 loc) · 746 Bytes
/
xinitrc
File metadata and controls
31 lines (25 loc) · 746 Bytes
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
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
[[ -n $(xrandr | grep "HDMI1 connected") ]] && .screenlayout/monitor-left.sh
synclient VertTwoFingerScroll=1
synclient VertTwoFingerScroll=1
synclient HorizTwoFingerScroll=1
compton -r 6 --blur-background-frame --blur-kern $(<~/.dotfiles/comptonkern) -b&
nitrogen --restore &
redshift&!
$HOME/.config/trayer &
xmobar &
gnome-pie&
[[ -n $(xrandr | grep "HDMI1 connected") ]] && \
xmobar -x 1 ~/.dotfiles/xmobarrc-secondary &
#setxkbmap -layout us,ru -variant altgr-intl,phonetic -option grp:caps_toggle
exec /usr/bin/xmonad