hope this works
This commit is contained in:
parent
df33164d05
commit
31b0a2e518
2 changed files with 8 additions and 5 deletions
|
@ -24,8 +24,8 @@ bspc rule -a Screenkey manage=off
|
|||
xsetroot -cursor_name left_ptr
|
||||
|
||||
# picom
|
||||
killall picom &
|
||||
picom &
|
||||
#killall picom &
|
||||
#picom &
|
||||
|
||||
# background
|
||||
feh --bg-scale /home/sako/background.png &
|
||||
|
@ -38,6 +38,6 @@ nm-applet &
|
|||
blueman-applet &
|
||||
|
||||
# actual software
|
||||
keepassxc &
|
||||
bitwarden &
|
||||
flameshot &
|
||||
|
||||
|
|
|
@ -20,8 +20,11 @@
|
|||
desktop = {
|
||||
wireguard.enable = true;
|
||||
kitty.enable = true;
|
||||
dwm.enable = false;
|
||||
xmonad.enable = true;
|
||||
xmonad.enable = false;
|
||||
bspwm = {
|
||||
enable = true;
|
||||
polybar.enable = true;
|
||||
};
|
||||
picom.enable = true;
|
||||
dunst.enable = true;
|
||||
browsers = {
|
||||
|
|
Loading…
Reference in a new issue