forked from mirrors_public/oddlama_nix-config
add workspace 5 to tabbed layouts
This commit is contained in:
parent
f32a2641b7
commit
2710a1be16
1 changed files with 4 additions and 1 deletions
|
@ -85,7 +85,9 @@ in {
|
|||
// bindWithModifier {
|
||||
"t" = "exec ${cfg.terminal}";
|
||||
"asciicircum" = "exec ${cfg.menu}";
|
||||
"b" = "exec firefox";
|
||||
# TODO only open if not already open
|
||||
# TODO shortcut to open these from eww bar with 1 click
|
||||
"b" = "exec firefox"; # TODO ; exec signal-desktop; exec discord
|
||||
"Shift+s" =
|
||||
"exec --no-startup-id "
|
||||
+ toString (pkgs.writeShellScript "screenshot-area" ''
|
||||
|
@ -251,6 +253,7 @@ in {
|
|||
force = true;
|
||||
layouts = {
|
||||
"1" = "tabbed";
|
||||
"5" = "tabbed";
|
||||
"7" = "tabbed";
|
||||
"8" = "tabbed";
|
||||
"9" = "tabbed";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue