4

This is the code I currently have:

-- Silly shrug emoji.
awful.key({ modkey }, "F12",
    function ()
        awful.util.spawn("xdotool getactivewindow type '¯\\_(ツ)_/¯'", false)
    end,
    {description = "Silly shrug emoji", group = "awesome"})

Sadly, all it seems to do is to send the active window to the last tag. What am I doing wrong?

Note that the command line works just fine:

enter code here

0 Answers0