diff --git a/.config/bootstrap/config_common b/.config/bootstrap/config_common index 35c2a30..af192f9 100644 --- a/.config/bootstrap/config_common +++ b/.config/bootstrap/config_common @@ -12,6 +12,7 @@ firefox flameshot fzf gthumb +hplip htop i3-wm i3lock-color diff --git a/.init_config.sh b/.init_config.sh index 35eadf4..2f8d8fd 100755 --- a/.init_config.sh +++ b/.init_config.sh @@ -127,6 +127,8 @@ if [ ! -z "$INIT" ]; then mkdir -p ~/documents ~/images/screenshots ~/videos ~/downloads echo -e "* Allow user to control brightness..." sudo usermod $(whoami) -aG video + echo -e "* Allow user to administrate printers..." + sudo usermod $(whoami) -aG wheel echo -e "* Install host app for PassFF Firefox extension..." curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox fi