Provide example hostname flake and

This commit is contained in:
2024-06-06 19:50:20 -05:00
parent 245beea2bd
commit 215dea859c
4 changed files with 10 additions and 8 deletions

View File

@@ -170,6 +170,7 @@ in
commands = [
{ criteria = { class = "vesktop"; }; command = "opacity 0.9"; }
{ criteria = { app_id = "Alacritty"; }; command = "opacity 0.9"; }
{ criteria = { class = "feishin"; }; command = "opacity 0.9"; }
{ criteria = { class = "gamescope"; }; command = "fullscreen"; }
{ criteria = { app_id = "gamescope"; }; command = "fullscreen"; }
{ criteria = { app_id = "mpv"; }; command = "fullscreen"; }
@@ -206,11 +207,6 @@ in
client.urgent $urgent-bg-color $urgent-bg-color $text-color #4B5177
smart_gaps inverse_outer
bar {
swaybar_command waybar
}
'';
};
};