]> gitweb.fluxo.info Git - rhatto/dotfiles/awesome.git/commitdiff
Enable xsuspend and disable spoolpaste
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 17 Jul 2022 12:49:42 +0000 (09:49 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 17 Jul 2022 12:49:42 +0000 (09:49 -0300)
config.dot/awesome.link/keys.lua

index f3c956f0f2881a73e9f65c5cbeabc84496852dae..8d7cad163fa462f1b615b1f4de5a995e284e4155 100644 (file)
@@ -53,8 +53,8 @@ globalkeys = awful.util.table.join(root.keys(),
     --awful.key({ modkey, }, "o", function () awful.spawn("chromium-browser --incognito")   end, {description = "chromium",           group = "client"}),
     awful.key({ modkey, }, "o", function () awful.spawn("terminal-session-chooser")         end, {description = "session-chooser",    group = "client"}),
     awful.key({ modkey, }, "p", function () awful.spawn("terminal keyringer default sclip") end, {description = "keyringer",          group = "client"}),
-    awful.key({ modkey, }, "s", function () awful.spawn("spoolpaste")                       end, {description = "spoolpaste",         group = "client"}),
-    --awful.key({ modkey, }, "s", function () awful.spawn("xsuspend")                       end, {description = "suspend",            group = "client"}),
+    --awful.key({ modkey, }, "s", function () awful.spawn("spoolpaste")                     end, {description = "spoolpaste",         group = "client"}),
+    awful.key({ modkey, }, "s", function () awful.spawn("xsuspend")                         end, {description = "suspend",            group = "client"}),
     awful.key({ modkey, }, "t", function () awful.spawn("terminal ssh-agent-loadkey")       end, {description = "ssh-agent-loadkey",  group = "client"}),
     awful.key({ modkey, }, "u", function () awful.spawn("qrpaste")                          end, {description = "qrpaste",            group = "client"}),
     awful.key({ modkey, }, "v", function () awful.spawn("terminal vim")                     end, {description = "editor",             group = "client"}),