update
This commit is contained in:
parent
14a70eeed3
commit
0e0be96c81
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ set -g @yank_with_mouse off
|
|||
set-option -sa terminal-features ',xterm-256color:RGB'
|
||||
|
||||
unbind [
|
||||
bind-key -n M-c copy-mode
|
||||
bind-key -n M-x copy-mode
|
||||
|
||||
set -g @catppuccin_flavor "mocha"
|
||||
set -g @catppuccin_window_status_style "rounded"
|
||||
|
|
|
|||
2
user.js
2
user.js
|
|
@ -251,7 +251,7 @@ user_pref("privacy.clearOnShutdown_v2.formdata", true);
|
|||
user_pref("browser.sessionstore.privacy_level", 2);
|
||||
|
||||
user_pref("media.eme.enabled", false);
|
||||
user_pref("browser.eme.ui.enabled", false);
|
||||
user_pref("browser.eme.ui.enabled", true);
|
||||
|
||||
/****************************************************************************
|
||||
* SECTION: SMOOTHFOX *
|
||||
|
|
|
|||
Loading…
Reference in a new issue