From ce54206b0b987b10d3044af99aefee6001bc32b0 Mon Sep 17 00:00:00 2001 From: Mark Riedesel Date: Sun, 27 Sep 2020 07:50:27 -0500 Subject: [PATCH] fiddle with xinitrc stuff --- _xinitrc/xinitrc.all | 2 +- _xinitrc/xinitrc.loki | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_xinitrc/xinitrc.all b/_xinitrc/xinitrc.all index 2c6b32d..d7f5c09 100755 --- a/_xinitrc/xinitrc.all +++ b/_xinitrc/xinitrc.all @@ -5,7 +5,7 @@ if_have() { } if_have setxkbmap && { setxkbmap -option caps:swapescape & } -if_have compton && { compton & } +if_have picom && { picom & } if_have wal && { wal -t -q -i ~/wallpaper & } if_have lxsession && { lxsession -s i3 & } if_have pnmixer && { pnmixer & } diff --git a/_xinitrc/xinitrc.loki b/_xinitrc/xinitrc.loki index e866e1b..0fc4b48 100755 --- a/_xinitrc/xinitrc.loki +++ b/_xinitrc/xinitrc.loki @@ -1,5 +1,5 @@ #!/bin/sh -compton & +~/.screenlayout/4display.sh wal -t -q -i ~/wallpaper & -lxsession -s i3 & -syncthing-gtk -m & +#lxsession -s i3 & +#syncthing-gtk -m &