hyprland: remove lock on browser group
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
27db8dcb7b
commit
d0fe78971a
2 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ in {
|
|||
(key "A" "Ctrl+Alt" "exec" "${waydroid} session stop")
|
||||
(key "A" "Super" "togglespecialworkspace" "android")
|
||||
(key "A" "Super+Shift" "movetoworkspacesilent" "special:android")
|
||||
(key "B" "Super" "exec" "[group new lock; tile] ${firefox-esr}")
|
||||
(key "B" "Super" "exec" "[group new; tile] ${firefox-esr}")
|
||||
(key "C" "Super" "exec" codium)
|
||||
(key "E" "Super" "exec" gnome-text-editor)
|
||||
(key "F" "Super" "exec" "${nautilus} --new-window")
|
||||
|
|
|
@ -73,7 +73,7 @@ in {
|
|||
"${clipse} --listen" # Monitor clipboard
|
||||
"${sleep} 1 && ${clipse} --clear" # Clear clipboard history
|
||||
"${_1password} --silent" # Launch password manager in background
|
||||
"[group new lock; tile] ${firefox-esr}"
|
||||
"[group new; tile] ${firefox-esr}"
|
||||
];
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#xwayland
|
||||
|
|
Loading…
Reference in a new issue