Some light yakshaving

This commit is contained in:
2025-10-29 00:32:09 +00:00
parent b05741b961
commit c53d9647c1
6 changed files with 9 additions and 9 deletions

6
XServer/.xinitrc Normal file → Executable file
View File

@@ -7,14 +7,14 @@ screentimer on;
xrandr --output HDMI1 --auto --mode 1920x1080 --left-of eDP1;
xrandr --output eDP1 --auto --mode 1920x1080;
xrandr --output HDMI-1 --auto --mode 1920x1080 --left-of HDMI-1-0;
xrandr --output HDMI-1-0 --auto --mode 1920x1080 --right-of HDMI-1;
xrandr --output HDMI-0 --auto --mode 1920x1080 --right-of HDMI-1-1;
xrandr --output HDMI-1-1 --auto --mode 1920x1080 --left-of HDMI-0;
sxhkd &
dunst &
$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &
dwmblocks &
$HOME/.local/scripts/compositor &
# $HOME/.local/scripts/compositor &
$HOME/.local/scripts/background &
while :

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env sh
setxkbmap gb -option shift:both_capslock -option caps:escape;
xmodmap ~/.Xmodmap;
# xmodmap ~/.Xmodmap;
[ -f ~/.Xresources ] && xrdb -merge -I$HOME ~/.Xresources;