feat(sway): add keybinds for todo management #6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue