floating ethui

This commit is contained in:
Miguel Palhas
2025-07-15 17:42:34 +01:00
parent 02354206d3
commit c99ef360a9
3 changed files with 19 additions and 11 deletions
+15 -2
View File
@@ -36,6 +36,8 @@
"XF86MonBrightnessUp" = "exec brightnessctl set 5%+";
"XF86MonBrightnessDown" = "exec brightnessctl set 5%-";
"Print" = "exec flameshot gui";
"${modifier}+space" = "exec launcher_t2";
};
bars = [
@@ -55,8 +57,10 @@
'';
};
programs.i3status-rust = {
enable = true;
programs = {
i3status-rust = {
enable = true;
};
};
services.picom = {
@@ -64,4 +68,13 @@
backend = "glx";
vSync = true;
};
services.flameshot = {
enable = true;
};
xdg.portal = {
enable = true;
xdgOpenUsePortal = true;
};
}