blob: 484fc6d842eb4d07b7b7d10626714804ec334429 (
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 --left-of eDP
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
dunst &
slstatus &
dwm 2> ~/.dwm.log
|