pub / sway-config

Configuration for the Sway Wayland Compositor
git clone src.jayvii.de/pub/sway-config.git
Home | Log | Files | Exports | Refs | RSS

donotdisturb_toggle.sh (121B)


      1 #!/usr/bin/env bash
      2 
      3 if [ $(makoctl mode) != "default" ]; then
      4   makoctl mode -s default
      5 else
      6   makoctl mode -s away
      7 fi
      8