Wed Jun 5 08:17:53 PM CEST 2024
This commit is contained in:
parent
4253ae326c
commit
da9d3eccec
|
@ -51,11 +51,6 @@ in {
|
|||
"extensions.update.enabled" = false;
|
||||
"extensions.pocket.enabled" = lock-false;
|
||||
"extensions.autoDisableScopes" = 0;
|
||||
"browser.newtabpage.activity-stream.showSponsored" = lock-false;
|
||||
"browser.newtabpage.activity-stream.system.showSponsored" =
|
||||
lock-false;
|
||||
"browser.newtabpage.activity-stream.showSponsoredTopSites" =
|
||||
lock-false;
|
||||
"browser.contentblocking.category" = {
|
||||
Value = "strict";
|
||||
Status = "locked";
|
||||
|
|
|
@ -220,10 +220,10 @@ in {
|
|||
"$mainMod,XF86AudioLowerVolume, exec, ${playerctl} previous"
|
||||
'', Print, exec, grim -g "$(slurp -d)" - | wl-copy''
|
||||
|
||||
"$mainMod, H, exec, ${./files/vim-hypr-nav.sh} l 2>> ~/error >> ~/output"
|
||||
"$mainMod, L, exec, ${./files/vim-hypr-nav.sh} r 2>> ~/error >> ~/output"
|
||||
"$mainMod, K, exec, ${./files/vim-hypr-nav.sh} u 2>> ~/error >> ~/output"
|
||||
"$mainMod, J, exec, ${./files/vim-hypr-nav.sh} d 2>> ~/error >> ~/output"
|
||||
"$mainMod, H, exec, ${./files/vim-hypr-nav.sh} l"
|
||||
"$mainMod, L, exec, ${./files/vim-hypr-nav.sh} r"
|
||||
"$mainMod, K, exec, ${./files/vim-hypr-nav.sh} u"
|
||||
"$mainMod, J, exec, ${./files/vim-hypr-nav.sh} d"
|
||||
"$mainMod CONTROL_L, H, swapwindow, l"
|
||||
"$mainMod CONTROL_L, L, swapwindow, r"
|
||||
"$mainMod CONTROL_L, K, swapwindow, u"
|
||||
|
|
Loading…
Reference in New Issue