Fix weird bug with browser spawn keybind?
This commit is contained in:
@@ -114,6 +114,7 @@ in
|
|||||||
"alacritty --class scratch_numbat -e numbat"
|
"alacritty --class scratch_numbat -e numbat"
|
||||||
"alacritty --class scratch_btm -e btm"
|
"alacritty --class scratch_btm -e btm"
|
||||||
"element-desktop"
|
"element-desktop"
|
||||||
|
"sleep 5 && hyprctl keyword bind SUPER,S,exec,${spawnBrowser}"
|
||||||
];
|
];
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
@@ -231,7 +232,6 @@ in
|
|||||||
"SUPER,RETURN,exec,${term}"
|
"SUPER,RETURN,exec,${term}"
|
||||||
"SUPERSHIFT,RETURN,exec,${term} --class float_term"
|
"SUPERSHIFT,RETURN,exec,${term} --class float_term"
|
||||||
"SUPER,A,exec,${spawnEditor}"
|
"SUPER,A,exec,${spawnEditor}"
|
||||||
"SUPER,S,exec,${spawnBrowser}"
|
|
||||||
"SUPERCTRL,S,exec,container-open"
|
"SUPERCTRL,S,exec,container-open"
|
||||||
"SUPERCTRL,P,pin"
|
"SUPERCTRL,P,pin"
|
||||||
"SUPER,code:47,exec,fuzzel"
|
"SUPER,code:47,exec,fuzzel"
|
||||||
@@ -308,6 +308,7 @@ in
|
|||||||
"SUPER,P,exec,keepmenu"
|
"SUPER,P,exec,keepmenu"
|
||||||
"SUPERSHIFT,P,exec,hyprprofile-dmenu"
|
"SUPERSHIFT,P,exec,hyprprofile-dmenu"
|
||||||
"SUPERCTRL,R,exec,phoenix refresh"
|
"SUPERCTRL,R,exec,phoenix refresh"
|
||||||
|
"SUPER,S,exec,${spawnBrowser}"
|
||||||
];
|
];
|
||||||
|
|
||||||
bindm = [
|
bindm = [
|
||||||
@@ -766,6 +767,7 @@ backdrop = 0.0
|
|||||||
valign = center
|
valign = center
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
services.hyprpolkitagent.enable = true;
|
||||||
services.swayosd.enable = true;
|
services.swayosd.enable = true;
|
||||||
services.swayosd.topMargin = 0.5;
|
services.swayosd.topMargin = 0.5;
|
||||||
home.file.".config/nwg-launchers/nwggrid/terminal".text = "alacritty -e";
|
home.file.".config/nwg-launchers/nwggrid/terminal".text = "alacritty -e";
|
||||||
|
Reference in New Issue
Block a user