diff --git a/home.nix b/home.nix index c9ec8ae..abfe5b3 100644 --- a/home.nix +++ b/home.nix @@ -142,7 +142,12 @@ in services.dunst = { enable = true; settings = { - global.font = "Red Hat Display 12"; + global = { + font = "Red Hat Display 12"; + mouse_left_click = "do_action, close_current"; + mouse_middle_click = "close_all"; + mouse_right_click = "close_current"; + }; }; }; services.batsignal = { diff --git a/programs/sway.nix b/programs/sway.nix index e2746b7..c706736 100644 --- a/programs/sway.nix +++ b/programs/sway.nix @@ -77,5 +77,8 @@ in { '' exec swaybg -i ${backgroundImage} '' + # Background image + '' + focus_on_window_activation focus + '' + # Focus on window activation lol ""; } diff --git a/todo b/todo index e5fb39e..2c1e312 100644 --- a/todo +++ b/todo @@ -5,6 +5,5 @@ dmenu files notifications timeout and other assorted settings add pandoc support for markdown rendering configure click behaviour dunst -add task manager configure per-display workspaces (swaysome?) timewarrior for time tracking