• porl@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    4 days ago
    ### Multiple binds to one key [](https://wiki.hyprland.org/Configuring/Binds/#multiple-binds-to-one-key)
    
    You can trigger multiple actions with one keybind by assigning multiple binds to one combination, e.g.:
    
    # to switch between windows in a floating workspace
    bind = SUPER,Tab,cyclenext,          # change focus to another window
    bind = SUPER,Tab,bringactivetotop,   # bring it to the top
    
    The keybinds will be executed in the order they were created. (top to bottom)
    
    • Samueru@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      3 days ago

      Oh it’s done by assigning the same keybind to each action.

      That will likeky make my config 1000 lines long 😅