626 current 1970-01-01 01:00:00 24.11.20250506.1d3aeb5 6.6.89 *

This commit is contained in:
Max Känner 2025-05-19 10:10:20 +02:00
parent b98f2c94fe
commit 05b0b6f6dd
3 changed files with 9 additions and 0 deletions

View File

@ -40,6 +40,7 @@
"steam" "steam"
"steam-unwrapped" "steam-unwrapped"
"stm32cubemx" "stm32cubemx"
"obsidian"
]; ];
}; };
}; };

View File

@ -55,6 +55,7 @@ in {
ripgrep-all ripgrep-all
stm32cubemx stm32cubemx
flatpak flatpak
obsidian
]; ];
}; };
} }

View File

@ -151,6 +151,7 @@ in {
"${modifier}+2" = "workspace term"; "${modifier}+2" = "workspace term";
"${modifier}+3" = "workspace msg"; "${modifier}+3" = "workspace msg";
"${modifier}+4" = "workspace music"; "${modifier}+4" = "workspace music";
"${modifier}+o" = "workspace obsidian";
"${modifier}+Shift+1" = "move container to workspace main"; "${modifier}+Shift+1" = "move container to workspace main";
"${modifier}+Shift+2" = "move container to workspace term"; "${modifier}+Shift+2" = "move container to workspace term";
"${modifier}+Shift+3" = "move container to workspace msg"; "${modifier}+Shift+3" = "move container to workspace msg";
@ -185,6 +186,7 @@ in {
{app_id = "Element";} {app_id = "Element";}
]; ];
"music" = [{app_id = "org.rncbc.qpwgraph";}]; "music" = [{app_id = "org.rncbc.qpwgraph";}];
"obsidian" = [{app_id = "obsidian";}];
}; };
bars = []; bars = [];
@ -207,6 +209,7 @@ in {
{command = "${pkgs.wezterm}/bin/wezterm start --class start-terminal";} {command = "${pkgs.wezterm}/bin/wezterm start --class start-terminal";}
{command = "${pkgs.networkmanagerapplet}/bin/nm-applet";} {command = "${pkgs.networkmanagerapplet}/bin/nm-applet";}
{command = "${pkgs.firefox}/bin/firefox";} {command = "${pkgs.firefox}/bin/firefox";}
{command = "${pkgs.obsidian}/bin/obsidian";}
] ]
++ lib.optionals cfg.laptop [ ++ lib.optionals cfg.laptop [
{command = "${pkgs.squeekboard}/bin/squeekboard";} {command = "${pkgs.squeekboard}/bin/squeekboard";}
@ -242,6 +245,10 @@ in {
workspace = "5"; workspace = "5";
output = ["DP-3" "DP-4" "DP-6" "HDMI-A-1" "eDP-1"]; output = ["DP-3" "DP-4" "DP-6" "HDMI-A-1" "eDP-1"];
} }
{
workspace = "obsidian";
output = ["eDP-1"];
}
]; ];
floating.criteria = [ floating.criteria = [