From 42a17abb3afff2c48bf8ad7592cfbb6e096bd014 Mon Sep 17 00:00:00 2001 From: Jason Hilder Date: Wed, 15 Jul 2026 13:51:36 +0200 Subject: [PATCH] Cleanup for v1. --- install.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/install.sh b/install.sh index 4ebfae3..41aef3e 100755 --- a/install.sh +++ b/install.sh @@ -86,7 +86,6 @@ if [ "$DO_LINKS" = true ]; then link_file "$DOTFILES_DIR/config/kanata" "$HOME/.config/kanata" link_file "$DOTFILES_DIR/config/fish" "$HOME/.config/fish" link_file "$DOTFILES_DIR/config/alacritty" "$HOME/.config/alacritty" - link_file "$DOTFILES_DIR/config/lf" "$HOME/.config/lf" link_file "$DOTFILES_DIR/config/picom" "$HOME/.config/picom" link_file "$DOTFILES_DIR/config/awesome" "$HOME/.config/awesome" link_file "$DOTFILES_DIR/config/rofi" "$HOME/.config/rofi" @@ -153,7 +152,7 @@ if [ "$DO_INSTALL" = true ]; then # core utilities git unzip jq fzf tree direnv make # modern cli replacements - lf fd ripgrep bat delta lazygit + fd ripgrep bat delta lazygit # shell & terminal fish-shell alacritty # build & dev tools @@ -192,10 +191,3 @@ if [ "$DO_INSTALL" = true ]; then echo "✅ Package setup complete." echo "" fi -# TODO: these need to go somewhere! -# xfconf-query -c xfce4-session -np '/shutdown/ShowSuspend' -t 'bool' -s 'false' -# xfconf-query -c xfce4-session -np '/shutdown/ShowHibernate' -t 'bool' -s 'false' -# xfconf-query -c xfce4-session -np '/shutdown/ShowHybridSleep' -t 'bool' -s 'false' -# xfconf-query -c xfce4-session -np '/shutdown/ShowSwitchUser' -t 'bool' -s 'false' -# xfconf-query -c xfwm4 -p /general/placement_ratio -s 100 -# xfconf-query -c xfwm4 -p /general/use_compositing -s false