From 8994674806bc4c1ff7a3b61a9b27b6069250d417 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Mon, 19 Feb 2024 00:36:01 +0100 Subject: [PATCH] added autostart configs --- config.org | 49 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 17 deletions(-) diff --git a/config.org b/config.org index 59261e1..6e9a2b9 100644 --- a/config.org +++ b/config.org @@ -58,11 +58,16 @@ - [[#installation-1][Installation]] - [[#zsh-special-settings][ZSH special settings]] - [[#do-not-activate-base-environment-on-startup][Do not activate base environment on startup]] -- [[#misc-programs][Misc Programs]] - - [[#zathura][Zathura]] - - [[#nextcloud][Nextcloud]] - - [[#bitwarden][Bitwarden]] - - [[#inkscape][Inkscape]] +- [[#zathura][Zathura]] + - [[#installation-2][Installation]] + - [[#enable-synctex][enable synctex]] +- [[#nextcloud][Nextcloud]] + - [[#add-to-autostart][add to autostart]] +- [[#bitwarden][Bitwarden]] + - [[#installation-3][Installation]] + - [[#configuration-1][Configuration]] +- [[#inkscape][Inkscape]] + - [[#installation-4][Installation]] - [[#manual-tasks-after-tangling][Manual Tasks after tangling]] - [[#other-todos][Other TODOs]] - [[#configure-bitwarden-via-config-file][configure Bitwarden via config file]] @@ -380,6 +385,13 @@ if ! systemctl is-enabled --quiet "$systemd_service"; then fi #+end_src *** TODO Networks +*** Applet +#+begin_src shell :tangle pkg-list.txt +network-manager-applet +#+end_src +#+begin_src shell :tangle ~/.autostart.sh +nm-applet & +#+end_src ** [[https://wiki.archlinux.org/title/Man_page][Man Pages]] and [[https://wiki.archlinux.org/title/GNU#Texinfo][Texinfo]] #+begin_src conf :tangle pkg-list.txt @@ -2509,7 +2521,7 @@ chassis_type=$(hostnamectl status | grep "Chassis:" | awk '{print $2}') # Check if the chassis type is "laptop" if [ "$chassis_type" == "laptop" ]; then # set font size for alacritty - sed -i 's/size = xx/size = 11/' ~/.config/alacritty/alacritty.toml + sed -i 's/size = xx/size = 9/' ~/.config/alacritty/alacritty.toml else # set font size for alacritty sed -i 's/size = xx/size = 14/' ~/.config/alacritty/alacritty.toml @@ -2522,7 +2534,7 @@ chassis_type=$(hostnamectl status | grep "Chassis:" | awk '{print $2}') # Check if the chassis type is "laptop" if [ "$chassis_type" == "laptop" ]; then # set font size for alacritty - sed -i 's/size = xx/size = 11/' ~/.config/alacritty/alacritty.toml + sed -i 's/size = xx/size = 9/' ~/.config/alacritty/alacritty.toml else # set font size for alacritty sed -i 's/size = xx/size = 14/' ~/.config/alacritty/alacritty.toml @@ -2826,29 +2838,32 @@ unset __conda_setup #+begin_src shell :tangle ~/.condarc auto_activate_base: false #+end_src -* TODO Misc Programs -** Zathura -*** Installation +* Zathura +** Installation #+begin_src conf :tangle pkg-list.txt zathura #+end_src -*** enable synctex +** enable synctex #+begin_src conf :mkdirp yes :tangle ~/.config/zathura/zathurarc set synctex true #+end_src -** Nextcloud +* Nextcloud #+begin_src conf :tangle pkg-list.txt nextcloud-client #+end_src -** Bitwarden -*** Installation +** add to autostart +#+begin_src shell :tangle ~/.autostart.sh +nextcloud & +#+end_src +* Bitwarden +** Installation #+begin_src conf :tangle pkg-list.txt bitwarden #+end_src -*** TODO Configuration +** TODO Configuration -** Inkscape -*** Installation +* Inkscape +** Installation #+begin_src conf :tangle pkg-list.txt inkscape #+end_src