From f9ee4510ff417c5dade53e0150064dc859289e80 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 26 Sep 2022 14:24:06 +0530 Subject: [PATCH] flameboi.md: copy bspwm.desktop to correct location and also how to enable my custom HDD-related services --- content/posts/flameboi.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/posts/flameboi.md b/content/posts/flameboi.md index e32bf93..5bc86ae 100644 --- a/content/posts/flameboi.md +++ b/content/posts/flameboi.md @@ -111,6 +111,13 @@ sudo apt-get install breeze-cursor-theme bspwm dunst feh gtk-chtheme i3lock-fanc echo "gtk-application-prefer-dark-theme=true" | tee $HOME/.config/gtk-3.0/settings.ini ``` +**_Temporarily_ export var `DOTFILES_DIR` pointing to wherever [_dotfiles_](https://git.thefossguy.com/thefossguy/dotfiles) is cloned.** + +```bash +sudo cp -v $DOTFILES_DIR/_OTHER/flameboi/usr/share/xsessions/bspwm.desktop /usr/share/xsessions/ +``` + + ### vim-plug (Neovim) ```bash @@ -310,4 +317,13 @@ options zfs zfs_scrub_delay = 0 options zfs zfs_scan_min_time_ms = 5000 ``` +## Enable services +### Enable HDD-related services + +**_Temporarily_ export var `DOTFILES_DIR` pointing to wherever [_dotfiles_](https://git.thefossguy.com/thefossguy/dotfiles) is cloned.** + +```bash +sudo cp -v $DOTFILES_DIR/_OTHER/flameboi/etc/systemd/system/*.service /etc/systemd/system/ +sudo systemctl enable hdd-standby-on-boot.service hdd-standby-on-resume.service +```