Remove foot floating rule for sway
This commit is contained in:
parent
2d66290f7d
commit
522dd651fa
|
@ -79,7 +79,6 @@ in {
|
||||||
"4" = [{class = "Nxplayer.bin";}];
|
"4" = [{class = "Nxplayer.bin";}];
|
||||||
};
|
};
|
||||||
floating.criteria = [
|
floating.criteria = [
|
||||||
{app_id = "foot";}
|
|
||||||
{app_id = "pavucontrol";}
|
{app_id = "pavucontrol";}
|
||||||
{app_id = ".blueman-manager-wrapped";}
|
{app_id = ".blueman-manager-wrapped";}
|
||||||
{app_id = "otpclient";}
|
{app_id = "otpclient";}
|
||||||
|
@ -103,7 +102,6 @@ in {
|
||||||
workspaceAutoBackAndForth = true;
|
workspaceAutoBackAndForth = true;
|
||||||
keybindings = lib.mkOptionDefault {
|
keybindings = lib.mkOptionDefault {
|
||||||
"${modifier}+Return" = "exec ${term}";
|
"${modifier}+Return" = "exec ${term}";
|
||||||
"${modifier}+Shift+Return" = "exec ${pkgs.foot}/bin/foot";
|
|
||||||
"${modifier}+space" = "exec ${pkgs.rofi}/bin/rofi -show drun";
|
"${modifier}+space" = "exec ${pkgs.rofi}/bin/rofi -show drun";
|
||||||
"${modifier}+F1" = "exec ${pkgs.swaylock}/bin/swaylock";
|
"${modifier}+F1" = "exec ${pkgs.swaylock}/bin/swaylock";
|
||||||
"${modifier}+w" = "exec ${pkgs.firefox}/bin/firefox";
|
"${modifier}+w" = "exec ${pkgs.firefox}/bin/firefox";
|
||||||
|
|
Loading…
Reference in a new issue