Skip to content

Commit 4d85f1a

Browse files
committed
disable workspace assigns
1 parent 8c6f11e commit 4d85f1a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

home/sway.nix

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -149,17 +149,7 @@
149149
"XF86MonBrightnessUp" = "exec ${pkgs.brightnessctl}/bin/brightnessctl set +1%";
150150
"XF86MonBrightnessDown" = "exec ${pkgs.brightnessctl}/bin/brightnessctl set 1%-";
151151
};
152-
assigns = {
153-
"1" = [
154-
{ app_id = "^org\.telegram\.desktop$"; }
155-
{ app_id = "^discord$"; }
156-
{ app_id = "^Element$"; }
157-
];
158-
"2" = [
159-
{ app_id = "^librewolf$"; }
160-
];
161-
"5" = [{ app_id = "^com\.github\.th_ch\.youtube_music$"; }];
162-
};
152+
assigns = {};
163153
};
164154
extraConfig =
165155
let

0 commit comments

Comments
 (0)