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
    arrow-up
    3
    arrow-down
    0
    ·
    9 months ago
    edit-2
    9 months ago
    link
    fedilink

    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