Some light yakshaving
This commit is contained in:
6
XServer/.xinitrc
Normal file → Executable file
6
XServer/.xinitrc
Normal file → Executable 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 :
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user