Compare commits

...

2 commits

Author SHA1 Message Date
Fabian Montero 6d8d9fe28c
add todos 2024-12-03 00:33:08 -06:00
Fabian Montero ba80ec391a
hide titlebars and default to tabbed workspace layout 2024-12-03 00:31:41 -06:00

View file

@ -26,8 +26,11 @@ with lib; {
window = {
hideEdgeBorders = "both";
titlebar = false;
};
workspaceLayout = "tabbed";
colors = {
focused = {
background = "#222222";
@ -59,16 +62,16 @@ with lib; {
command = "${pkgs.networkmanagerapplet}/bin/nm-applet";
notification = false;
}
# sería nice hostear esta imagen en el server y fetchearla si no existe
#todo: sería nice hostear esta imagen en el server y fetchearla si no existe
{
command = "${pkgs.feh}/bin/feh --bg-fill ${config.home.homeDirectory}/Pictures/wallpapers/jupiter.png";
notification = false;
always = true;
}
{
{ #todo: move this to browsers module
command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 1; exec ${pkgs.firefox}/bin/firefox'";
}
{
{ #todo: move this to telegram module
command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 2; exec ${pkgs.tdesktop}/bin/telegram-desktop'";
}
#{