meow meow meow meow
This commit is contained in:
parent
710b4ab87e
commit
88401c01be
11 changed files with 131 additions and 158 deletions
|
@ -305,8 +305,8 @@
|
|||
"browser.urlbar.speculativeConnect.enabled" = false;
|
||||
"browser.urlbar.suggest.quicksuggest.nonsponsored" = false;
|
||||
"browser.urlbar.suggest.quicksuggest.sponsored" = false;
|
||||
"browser.search.suggest.enabled" = true;
|
||||
"browser.urlbar.suggest.searches" = true;
|
||||
"browser.search.suggest.enabled" = false;
|
||||
"browser.urlbar.suggest.searches" = false;
|
||||
"browser.urlbar.trending.featureGate" = false;
|
||||
|
||||
"security.ssl.require_safe_negotiation" = true;
|
||||
|
|
|
@ -1,2 +1,15 @@
|
|||
(include "topBar/topBar.yuck")
|
||||
(include "bottomBar/bottomBar.yuck")
|
||||
|
||||
(defwindow streamUi
|
||||
:monitor 0
|
||||
:stacking "fg"
|
||||
:wm-ignore true
|
||||
:exclusive true
|
||||
:geometry (geometry
|
||||
:width "640px"
|
||||
:height "100%"
|
||||
:anchor "center right")
|
||||
(box
|
||||
(label :text "hi")
|
||||
))
|
||||
|
|
|
@ -72,8 +72,7 @@
|
|||
"Mod+Ctrl+L".action.move-column-right = [ ];
|
||||
"Mod+R".action.switch-preset-column-width = [ ];
|
||||
|
||||
"Mod+G".action.open-overview = [ ];
|
||||
"Mod+Ctrl+G".action.close-overview = [ ];
|
||||
"Mod+G".action.toggle-overview = [ ];
|
||||
|
||||
"Mod+V".action.toggle-window-floating = [ ];
|
||||
"Mod+Shift+V".action.switch-focus-between-floating-and-tiling = [ ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue