Skip to content

Commit

Permalink
feat: try to arrange calendar reminder notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Oct 13, 2023
1 parent 5e09dba commit d41631d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/home/desktop/hyprland/windowrules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,18 @@ in
"size 1100 600, class:^(wdisplays)$"
"float, class:^(blueman-manager)$"
"float, class:^(nm-connection-editor)$"

# floating terminal
"float, title:^(floating_kitty)$"
"size 1100 600, title:^(floating_kitty)$"
"move center, title:^(floating_kitty)$"
"animation slide, title:^(floating_kitty)$"

# calendar reminders
"float, class:^(thunderbird)$,title:.*(Reminders)$"
"size 1100 600, class:^(thunderbird)$,title:.*(Reminders)$"
"move center, class:^(thunderbird)$,title:.*(Reminders)$"
"move onscreen 100 100, class:^(thunderbird)$,title:.*(Reminders)$"
"animation slide, class:^(thunderbird)$,title:.*(Reminders)$"

# Workspace 8 (VM) layout
"size 1000 1330, class:^(virt-manager)$, title:^(Virtual Machine Manager)$"
Expand Down

0 comments on commit d41631d

Please sign in to comment.