move all existing stuff to old/

This commit is contained in:
Mark Riedesel 2023-11-07 13:13:11 -06:00
parent c215878777
commit 35f5e8472b
49 changed files with 0 additions and 0 deletions

13
old/_xinitrc/xinitrc.all Executable file
View file

@ -0,0 +1,13 @@
#!/bin/sh
if_have() {
command -v $1 2>&1> /dev/null
}
if_have setxkbmap && { setxkbmap -option caps:swapescape & }
if_have picom && { picom & }
if_have wal && { wal -t -q -i ~/wallpaper & }
if_have lxsession && { lxsession -s i3 & }
if_have pnmixer && { pnmixer & }
if_have dropbox && { dropbox & }
if_have syncthing-gtk && { syncthing-gtk & }

5
old/_xinitrc/xinitrc.loki Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
~/.screenlayout/4display.sh
wal -t -q -i ~/wallpaper &
#lxsession -s i3 &
#syncthing-gtk -m &

5
old/_xinitrc/xinitrc.nisse Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
if_have() {
command -v $1 2>&1> /dev/null
}
~/.screenlayout/horiz-vert-4k-flip.sh

5
old/_xinitrc/xinitrc.vaettr Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
# compton &
# wal -t -q -i ~/wallpaper &
# lxsession -s i3 &
# syncthing-gtk -m &