tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
sway: add zen to screen inhibitors
wiro.world
4 months ago
5bcd7052
b79aa952
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+1
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
sway.nix
+1
home-manager/fragments/sway.nix
···
152
152
{ criteria.app_id = "firefox"; command = "inhibit_idle fullscreen"; }
153
153
{ criteria.app_id = "mpv"; command = "inhibit_idle fullscreen"; }
154
154
{ criteria.app_id = "spotify"; command = "inhibit_idle fullscreen"; }
155
155
+
{ criteria.app_id = "zen-beta"; command = "inhibit_idle fullscreen"; }
155
156
];
156
157
};
157
158