diff options
Diffstat (limited to 'XServer')
| -rwxr-xr-x[-rw-r--r--] | XServer/.xinitrc | 6 | ||||
| -rw-r--r-- | XServer/.xprofile | 2 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/XServer/.xinitrc b/XServer/.xinitrc index b1a9431..6a47261 100644..100755 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -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 : diff --git a/XServer/.xprofile b/XServer/.xprofile index f487099..cb7ae98 100644 --- a/XServer/.xprofile +++ b/XServer/.xprofile @@ -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; | 
