diff --git a/arch.sh b/arch.sh index 660d4a2..b8d9077 100644 --- a/arch.sh +++ b/arch.sh @@ -59,7 +59,8 @@ main() { gnome-shell-extension-alphabetical-grid-extension texlive-latexindent-meta \ gnome-shell-extension-quick-settings-tweaks-git gpu-screen-recorder-git \ epson-inkjet-printer-stylus-photo-px810fw-series heroic-games-launcher-bin \ - gnome-shell-extension-blur-my-shell clamav-unofficial-sigs vesktop-bin + gnome-shell-extension-blur-my-shell clamav-unofficial-sigs vesktop-bin \ + blackbox-terminal # === Disable wayland == @@ -286,6 +287,19 @@ main() { gsettings set org.gnome.TextEditor show-map true gsettings set org.gnome.TextEditor show-line-numbers true + # Configuration Blackbox + gsettings set com.raggesilver.BlackBox use-custom-command true # custom shell + gsettings set com.raggesilver.BlackBox custom-shell-command "fish" # use fish as default + gsettings set com.raggesilver.BlackBox easy-copy-paste true # allow ^C and ^V + gsettings set com.raggesilver.BlackBox remember-window-size true + gsettings set com.raggesilver.BlackBox window-height 600 # initial height + gsettings set com.raggesilver.BlackBox window-width 1000 # initial width + gsettings set com.raggesilver.BlackBox terminal-bell false # disable bell + gsettings set com.raggesilver.BlackBox theme-dark "Dracula" # dark theme + gsettings set com.raggesilver.BlackBox theme-light "Solarized Light" # light theme + gsettings set com.raggesilver.BlackBox working-directory-mode 1 # working dir is home dir + # TODO: change default terminal + # Add gesture and tap on touchpad gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true systemctl enable touchegg.service