add blackbox config

This commit is contained in:
Mylloon 2024-03-26 00:17:00 +01:00
parent 046acd7783
commit aeba46ce8e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

16
arch.sh
View file

@ -59,7 +59,8 @@ main() {
gnome-shell-extension-alphabetical-grid-extension texlive-latexindent-meta \ gnome-shell-extension-alphabetical-grid-extension texlive-latexindent-meta \
gnome-shell-extension-quick-settings-tweaks-git gpu-screen-recorder-git \ gnome-shell-extension-quick-settings-tweaks-git gpu-screen-recorder-git \
epson-inkjet-printer-stylus-photo-px810fw-series heroic-games-launcher-bin \ 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 == # === Disable wayland ==
@ -286,6 +287,19 @@ main() {
gsettings set org.gnome.TextEditor show-map true gsettings set org.gnome.TextEditor show-map true
gsettings set org.gnome.TextEditor show-line-numbers 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 # Add gesture and tap on touchpad
gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true
systemctl enable touchegg.service systemctl enable touchegg.service