nautilus allow blackbox as a terminal
This commit is contained in:
parent
aeba46ce8e
commit
8495ab2170
1 changed files with 2 additions and 2 deletions
4
arch.sh
4
arch.sh
|
@ -60,7 +60,7 @@ main() {
|
|||
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 \
|
||||
blackbox-terminal
|
||||
blackbox-terminal nautilus-open-any-terminal
|
||||
|
||||
|
||||
# === Disable wayland ==
|
||||
|
@ -298,7 +298,7 @@ main() {
|
|||
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
|
||||
gsettings set com.github.stunkymonkey.nautilus-open-any-terminal terminal "blackbox"
|
||||
|
||||
# Add gesture and tap on touchpad
|
||||
gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true
|
||||
|
|
Loading…
Reference in a new issue