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