remove blackbox notification
This commit is contained in:
parent
8495ab2170
commit
c8bd43ce04
1 changed files with 2 additions and 1 deletions
3
arch.sh
3
arch.sh
|
@ -298,7 +298,8 @@ 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
|
||||
gsettings set com.github.stunkymonkey.nautilus-open-any-terminal terminal "blackbox"
|
||||
gsettings set com.raggesilver.BlackBox notify-process-completion false # disable notifiction on each command
|
||||
gsettings set com.github.stunkymonkey.nautilus-open-any-terminal terminal "blackbox" # blackbox context menu in nautilus
|
||||
|
||||
# Add gesture and tap on touchpad
|
||||
gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true
|
||||
|
|
Loading…
Reference in a new issue