-
Notifications
You must be signed in to change notification settings - Fork 0
/
.xprofile
43 lines (40 loc) · 1.78 KB
/
.xprofile
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
41
42
43
#!/bin/sh
xsetroot -cursor_name left_ptr
xset r rate 300 50 & # Speed xrate up
# Switch to US international with Caps as Mod/Escape
# setxkbmap -option caps:super -variant altgr-intl && killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' &
#xautolock -time 5 -locker fuzzy_lock -notify 20 -notifier 'xset dpms force off' &
#xautolock -detectsleep -time 3 -corners +00- -locker "betterlockscreen -l" -notify 20 -notifier 'xset dpms force off' &
#xset 180 120 &
#xss-lock -- i3lock -b -i /home/eorus/Pictures/wallpaper.png &
xset dpms 300 600 0 &
#xautolock -detectsleep -time 10 -corners +00- -locker "xset s activate; xset dpms force off" &
#xautolock -detectsleep -time 10 -corners +00- -locker "~/.config/i3/scripts/lock-i3.sh" &
#xautolock -detectsleep -time 10 -corners +00- -locker "systemctl suspend" &
#xautolock -time 10 -detectsleep -locker "/home/eorus/suspension.sh" -notify 30 -notifier "notify-send -u critical 'SUSPENDING in 30s'" &
xset b off &
#xrandr --output DP2-3 --off
#xrandr --output eDP1 --panning 1400x1050 --scale 1.023x1.023 &
#xrandr --output eDP1 --panning 1600x900 --scale 1.17x1.17 &
#xrandr --output eDP1 --panning 1920x1080 --scale 1.406x1.406 &
# Properties button extra Mod/Escape
#xss-lock -- i3lock -n -i .wallpaper.png &
redshift-gtk &
xmodmap -e 'keycode 135 = Super_R' &
# MPD daemon start (if no other user instance exists)
[ ! -s ~/.config/mpd/pid ] && mpd
#mpd --no-daemon --stdout --verbose &
#xset r rate 300 50 & # Speed xrate up
unclutter & # Remove mouse when idle
dunst & # dunst for notifications
caffeine &
xclip &
clipit &
picom --config $HOME/.config/picom.conf &
#allow_rgb10_configs=false picom --config ~/.config/picom.conf &
#xfce4-power-manager &
#udiskie --tray &
# numlockx on &
# blueman-applet &
# sleep 2 && nm-applet &
$HOME/Pictures/wallpaper.sh &