Tiling window manager users: how exactly do you use yours?

Do you have advanced keybindings for bringing up frequently used programs?

Are there less common layouts you use frequently?

Do you use any advanced or fancy features?

  • Samueru@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    6 months ago

    I have mod+c for the calculator:

    bindsym $mod+c exec --no-startup-id pgrep mate-calc && killall mate-calc || mate-calc
    

    mod+c opens it and if I press mod+c again it will close it instead. Same trick with mod+b for pavucontrol.

    edit: lemmy can’t display && when I paste it as code lol