dotfiles

git clone git://archive.git.mtrnord.blog/MTRNord/dotfiles.git
Log | Files | Refs | README

layout (432B)


      1 {
      2     "label" : "hibernate",
      3     "action" : "systemctl hibernate",
      4     "text" : "Hibernate",
      5 }
      6 {
      7     "label" : "logout",
      8     "action" : "loginctl terminate-user $USER",
      9     "text" : "Logout",
     10     "keybind" : "e"
     11 }
     12 {
     13     "label" : "shutdown",
     14     "action" : "systemctl poweroff",
     15     "text" : "Shutdown",
     16     "keybind" : "s"
     17 }
     18 {
     19     "label" : "reboot",
     20     "action" : "systemctl reboot",
     21     "text" : "Reboot",
     22     "keybind" : "r"
     23 }