This commit is contained in:
Jaroslaw Konik 2025-05-06 12:43:17 +02:00
parent 14a70eeed3
commit 0e0be96c81
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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 *