I am trying to bind some keys to shutdown the pc instead to write "shutdown now" in terminal.
I have this in my config file to i3:
bindsym $mod+Shift+d exec shutdown now
This piece of code is not working.
Isn't this supposed to write on terminal "shutdown now" when I press mod+shift+d?