diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index eca11724..7f02261d 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -59,6 +59,7 @@ bspc rule -a Lxappearance state=floating center=on rectangle=960x810+1440+810 & bspc rule -a Mousepad state=floating center=on rectangle=960x810+1440+810 & bspc rule -a Brave-browser center=on rectangle=1555x960+1440+810 & bspc rule -a firefox center=on rectangle=1555x960+1440+810 & +bspc rule -a thunderbird center=on rectangle=1555x960+1440+810 & bspc rule -a Gimp center=on rectangle=1555x960+1440+810 & bspc rule -a Inkscape center=on rectangle=1555x960+1440+810 & bspc rule -a Desktopeditors center=on rectangle=1555x960+1440+810 & diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index f3bc75f0..bb10203d 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -175,7 +175,7 @@ super + h super + k krita --nosplash & super + t - tootle & + thunderbird & super + p pcmanfm & super + b diff --git a/updates.txt b/updates.txt index 36462268..d6f6cba8 100644 --- a/updates.txt +++ b/updates.txt @@ -216,9 +216,8 @@ Install autoprefixer for css files: npm install -g postcss postcss-cli autoprefixer Install firefox (for when privacy facing browsers just can't do it...) -Install uwufetch (cuz is hilarious...) - -doas pacman -S firefox +And thunderbird +doas pacman -S firefox thunderbird Install cloc (counts lines of code from terminal): doas pacman -S cloc