summaryrefslogtreecommitdiff
path: root/scripts/startdwm
blob: d90b8658d0bb1c0317bd750eb290cdf11f390f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

xrandr --output eDP --mode 1920x1080 --primary --output HDMI-A-0 --mode 1920x1080 --above eDP
feh --bg-scale $HOME/pictures/wallpapers/vocaloid.png

xinput set-prop "Logitech G102 LIGHTSYNC Gaming Mouse" "libinput Accel Profile Enabled" 0 1 0
setxkbmap us,ru -option "grp:lctrl_lwin_toggle"
setxkbmap -option "caps:ctrl_modifier"
xset r rate 200 25

statusbar &

dwm 2> ~/.dwm.log