diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-03-11 17:26:14 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-03-11 17:26:14 +0500 |
commit | 8aff4b5067cb83723bbc164c1723ec0fd7952581 (patch) | |
tree | 6d6e3c6d15fe56f51638cd522ba97aa34048a592 /scripts/startdwm | |
parent | bb20d86f6289854efa54cb5eafca4faef9721b90 (diff) |
some vim and neovim changes, also add alacritty
Diffstat (limited to 'scripts/startdwm')
-rwxr-xr-x | scripts/startdwm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/startdwm b/scripts/startdwm index 484fc6d..d90b865 100755 --- a/scripts/startdwm +++ b/scripts/startdwm @@ -1,13 +1,13 @@ #!/bin/sh -xrandr --output eDP --mode 1920x1080 --primary --output HDMI-A-0 --mode 1920x1080 --left-of eDP +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 -dunst & -slstatus & +statusbar & dwm 2> ~/.dwm.log |