added autostart configs
This commit is contained in:
+32
-17
@@ -58,11 +58,16 @@
|
|||||||
- [[#installation-1][Installation]]
|
- [[#installation-1][Installation]]
|
||||||
- [[#zsh-special-settings][ZSH special settings]]
|
- [[#zsh-special-settings][ZSH special settings]]
|
||||||
- [[#do-not-activate-base-environment-on-startup][Do not activate base environment on startup]]
|
- [[#do-not-activate-base-environment-on-startup][Do not activate base environment on startup]]
|
||||||
- [[#misc-programs][Misc Programs]]
|
- [[#zathura][Zathura]]
|
||||||
- [[#zathura][Zathura]]
|
- [[#installation-2][Installation]]
|
||||||
- [[#nextcloud][Nextcloud]]
|
- [[#enable-synctex][enable synctex]]
|
||||||
- [[#bitwarden][Bitwarden]]
|
- [[#nextcloud][Nextcloud]]
|
||||||
- [[#inkscape][Inkscape]]
|
- [[#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]]
|
- [[#manual-tasks-after-tangling][Manual Tasks after tangling]]
|
||||||
- [[#other-todos][Other TODOs]]
|
- [[#other-todos][Other TODOs]]
|
||||||
- [[#configure-bitwarden-via-config-file][configure Bitwarden via config file]]
|
- [[#configure-bitwarden-via-config-file][configure Bitwarden via config file]]
|
||||||
@@ -380,6 +385,13 @@ if ! systemctl is-enabled --quiet "$systemd_service"; then
|
|||||||
fi
|
fi
|
||||||
#+end_src
|
#+end_src
|
||||||
*** TODO Networks
|
*** 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]]
|
** [[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
|
#+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"
|
# Check if the chassis type is "laptop"
|
||||||
if [ "$chassis_type" == "laptop" ]; then
|
if [ "$chassis_type" == "laptop" ]; then
|
||||||
# set font size for alacritty
|
# 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
|
else
|
||||||
# set font size for alacritty
|
# set font size for alacritty
|
||||||
sed -i 's/size = xx/size = 14/' ~/.config/alacritty/alacritty.toml
|
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"
|
# Check if the chassis type is "laptop"
|
||||||
if [ "$chassis_type" == "laptop" ]; then
|
if [ "$chassis_type" == "laptop" ]; then
|
||||||
# set font size for alacritty
|
# 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
|
else
|
||||||
# set font size for alacritty
|
# set font size for alacritty
|
||||||
sed -i 's/size = xx/size = 14/' ~/.config/alacritty/alacritty.toml
|
sed -i 's/size = xx/size = 14/' ~/.config/alacritty/alacritty.toml
|
||||||
@@ -2826,29 +2838,32 @@ unset __conda_setup
|
|||||||
#+begin_src shell :tangle ~/.condarc
|
#+begin_src shell :tangle ~/.condarc
|
||||||
auto_activate_base: false
|
auto_activate_base: false
|
||||||
#+end_src
|
#+end_src
|
||||||
* TODO Misc Programs
|
* Zathura
|
||||||
** Zathura
|
** Installation
|
||||||
*** Installation
|
|
||||||
#+begin_src conf :tangle pkg-list.txt
|
#+begin_src conf :tangle pkg-list.txt
|
||||||
zathura
|
zathura
|
||||||
#+end_src
|
#+end_src
|
||||||
*** enable synctex
|
** enable synctex
|
||||||
#+begin_src conf :mkdirp yes :tangle ~/.config/zathura/zathurarc
|
#+begin_src conf :mkdirp yes :tangle ~/.config/zathura/zathurarc
|
||||||
set synctex true
|
set synctex true
|
||||||
#+end_src
|
#+end_src
|
||||||
** Nextcloud
|
* Nextcloud
|
||||||
#+begin_src conf :tangle pkg-list.txt
|
#+begin_src conf :tangle pkg-list.txt
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
#+end_src
|
#+end_src
|
||||||
** Bitwarden
|
** add to autostart
|
||||||
*** Installation
|
#+begin_src shell :tangle ~/.autostart.sh
|
||||||
|
nextcloud &
|
||||||
|
#+end_src
|
||||||
|
* Bitwarden
|
||||||
|
** Installation
|
||||||
#+begin_src conf :tangle pkg-list.txt
|
#+begin_src conf :tangle pkg-list.txt
|
||||||
bitwarden
|
bitwarden
|
||||||
#+end_src
|
#+end_src
|
||||||
*** TODO Configuration
|
** TODO Configuration
|
||||||
|
|
||||||
** Inkscape
|
* Inkscape
|
||||||
*** Installation
|
** Installation
|
||||||
#+begin_src conf :tangle pkg-list.txt
|
#+begin_src conf :tangle pkg-list.txt
|
||||||
inkscape
|
inkscape
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|||||||
Reference in New Issue
Block a user