add blackbox config
This commit is contained in:
parent
046acd7783
commit
aeba46ce8e
1 changed files with 15 additions and 1 deletions
16
arch.sh
16
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
|
||||
|
|
Loading…
Reference in a new issue