more software

This commit is contained in:
ITmail-dk
2022-01-03 23:33:02 +01:00
parent f7283152a8
commit 4a2b2b13f9
2 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install -y ~/bspwm-install-ma-dte/google-chrome-stable_current_amd64.deb sudo apt install -y ~/bspwm-install-ma-dte/google-chrome-stable_current_amd64.deb
# More Software & Packages ON / OFF # More Software & Packages ON / OFF
sudo apt install -y inkscape gimp rawtherapee darktable okular zsh git sudo apt install -y zsh git wireguard wireguard-tools libreoffice libreoffice-l10n-da inkscape gimp rawtherapee darktable okular
# Not for production version # Not for production version
#read -p "Troubleshooting - Press a key to continue the installation." #read -p "Troubleshooting - Press a key to continue the installation."

View File

@@ -31,7 +31,7 @@ bspc config click_to_focus false
# [(hidden|sticky|private|locked|marked|center|follow|manage|focus|border)=(on|off)] # [(hidden|sticky|private|locked|marked|center|follow|manage|focus|border)=(on|off)]
# [rectangle=WxH+X+Y] # [rectangle=WxH+X+Y]
# To Fine CLASS Use xprop on terminal. # To Fine <class_name> Use xprop on terminal.
# Example # bspc rule -a Google-chrome desktop='^2' follow=on border=off # Example # bspc rule -a Google-chrome desktop='^2' follow=on border=off
@@ -44,7 +44,7 @@ bspc rule -a Kupfer.py focus=on
bspc rule -a Screenkey manage=off bspc rule -a Screenkey manage=off
# Automatically start up programs # Automatically start up programs.
picom & picom &
feh --bg-fill ~/wallpapers/default-wallpaper.jpg & feh --bg-fill ~/wallpapers/default-wallpaper.jpg &
nitrogen --restore & nitrogen --restore &