feat(sway): add keybinds for todo management #6

Merged
chef merged 1 commit from sway-todo-bind into main 2024-05-23 10:38:34 +00:00
Showing only changes of commit 23c0e8104b - Show all commits

View file

@ -38,6 +38,7 @@ in {
"${mod}+i" = "exec ${pkgs.firefox-wayland}/bin/firefox";
"${mod}+Shift+y" = "exec swaylock";
"${mod}+d" = "exec ${pkgs.fuzzel}/bin/fuzzel";
"${mod}+Equal" = "exec ${pkgs.foot}/bin/foot --app-id todolist ${pkgs.oed}/bin/ed ~/todo";
"${mod}+p" = "exec ${pkgs.unstable.sway-contrib.grimshot}/bin/grimshot copy area";
"${mod}+Alt+p" = "exec ${pkgs.unstable.sway-contrib.grimshot}/bin/grimshot copy window";
@ -188,6 +189,7 @@ in {
for_window [all] title_format ""
for_window [title="^oyster$"] floating enable
for_window [app_id="^pavucontrol$"] floating enable
for_window [app_id="^todolist$"] floating enable
for_window [app_id="^firefox$" title="^Developer Tools"] floating enable
'';
};