mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
sway: minor reorg
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
This commit is contained in:
parent
2dd0624c60
commit
8628a5c849
|
@ -59,6 +59,21 @@ in {
|
|||
|
||||
defaultWorkspace = "workspace number 1";
|
||||
|
||||
floating.criteria = [
|
||||
{app_id = ".blueman-manager-wrapped";}
|
||||
{app_id = "blueberry.py";}
|
||||
{app_id = "com.github.wwmm.easyeffects";}
|
||||
{app_id = "nm-connection-editor";}
|
||||
{app_id = "pavucontrol";}
|
||||
{app_id = "solaar";}
|
||||
{title = "Open File";}
|
||||
{title = "Open Folder";}
|
||||
{window_role = "bubble";}
|
||||
{window_role = "dialog";}
|
||||
{window_role = "pop-up";}
|
||||
{window_type = "dialog";}
|
||||
];
|
||||
|
||||
focus = {
|
||||
followMouse = "always";
|
||||
newWindow = "focus";
|
||||
|
@ -175,21 +190,6 @@ in {
|
|||
]
|
||||
++ lib.optional (!cfg.services.randomWallpaper.enable) {command = "${lib.getExe pkgs.swaybg} -i ${cfg.theme.wallpaper}";};
|
||||
|
||||
floating.criteria = [
|
||||
{app_id = ".blueman-manager-wrapped";}
|
||||
{app_id = "blueberry.py";}
|
||||
{app_id = "com.github.wwmm.easyeffects";}
|
||||
{app_id = "nm-connection-editor";}
|
||||
{app_id = "pavucontrol";}
|
||||
{app_id = "solaar";}
|
||||
{title = "Open File";}
|
||||
{title = "Open Folder";}
|
||||
{window_role = "bubble";}
|
||||
{window_role = "dialog";}
|
||||
{window_role = "pop-up";}
|
||||
{window_type = "dialog";}
|
||||
];
|
||||
|
||||
window = {
|
||||
titlebar = false;
|
||||
commands = [
|
||||
|
|
Loading…
Reference in a new issue