levnikmyskin / hyprland-virtual-desktops

A plugin for the Hyprland compositor, implementing virtual-desktop functionality.
BSD 3-Clause "New" or "Revised" License
102 stars 9 forks source link

FEATURE: KDE's Activity #15

Closed fedoranvar closed 8 months ago

fedoranvar commented 8 months ago

Good day to you!

is there any plans for implementing KDE's Activity feature or maybe ability to use it with external tool?

like,

plugin {

activities {
    default { 
          virtual-desktops 1:coding, 2:internet, 3:mail and chats 
         cycleworkspaces = 1
          rememberlayout = size
          notifyinit = 0
          verbose_logging = 0
      }
    job { 
          virtual-desktops 1:coding, 2:internet, 3:mail and chats 
      }
  }
}
hyprctl dispatch activity job

thank you!

levnikmyskin commented 8 months ago

Hi! I think that would be pretty cool, but probably something that another plugin should implement. It's not a feature concerning virtual desktops :)

fedoranvar commented 8 months ago

you're right. will dig further