mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
fix: stop links opening in wrong profile
This commit is contained in:
parent
875083a74e
commit
3f6f3fbed7
6 changed files with 117 additions and 16 deletions
|
|
@ -34,7 +34,7 @@ in
|
|||
lib.recursiveUpdate
|
||||
{
|
||||
"${modifier}+q" = "kill";
|
||||
"${modifier}+f" = "exec firefox";
|
||||
"${modifier}+f" = "exec firefox -p cl_adm";
|
||||
"${modifier}+Shift+f" = "exec swaymsg fullscreen";
|
||||
"${modifier}+Space" = "exec fuzzel";
|
||||
"${modifier}+Shift+Space" = "floating toggle";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue