fiddle with xinitrc stuff
This commit is contained in:
parent
52200bbba4
commit
ce54206b0b
2 changed files with 4 additions and 4 deletions
|
@ -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 & }
|
||||
|
|
|
@ -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 &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue