-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxinitrc
executable file
·37 lines (37 loc) · 954 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
31
32
33
34
35
36
37
#!/bin/bash
xrandr --dpi 220
# personal colors and fonts
[[ -f ~/.Xresources ]] && xrdb -merge -I"$HOME" ~/.Xresources
# personal keymap
setxkbmap eu
setxkbmap -option shift:both_capslock
setxkbmap -option caps:escape
[[ -f ~/.xmodmaprc ]] && xmodmap ~/.xmodmaprc
# no energy-star
xset -dpms
# no bell
xset b off
# no screensaver
xset s off
# setting background
feh --bg-scale --randomize ~/.backgrounds/
# starting helper programs
CM_SYNC_PRIMARY_TO_CLIPBOARD=1 clipmenud &
solaar --tray &
redshift &
unclutter --timeout 3 &
dbus-launch &
mpd
dunst --startup_notification &
xinput set-prop --type=float "TPPS/2 Elan TrackPoint" "libinput Accel Speed" 1.0
xinput set-prop --type=float "SynPS/2 Synaptics TouchPad" "libinput Accel Speed" 1.0
xinput --set-prop "pointer:Logitech MX Ergo" "libinput Accel Speed" 1.0
~/bin/xinput-toggle -r "SynPS"
eval "$(ssh-agent)"
nextcloud &
flameshot &
nm-applet &
keepassxc &
ssh-add
# starting window manager
exec i3