From: martin f. krafft Date: Sun, 6 Feb 2022 13:47:16 +0000 (+0100) Subject: remove thunar shortcut X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/e765b4a1619d3c6fa79c25cd85e6f1989cfa5b0e?ds=inline remove thunar shortcut --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index ed62e81..6bdfad1 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -898,7 +898,6 @@ awful.key({ cmdkey }, "t", function () awful.spawn("thunderbird") end), awful.key({ cmdkey }, "g", function () awful.spawn("gscan2pdf") end), awful.key({ cmdkey }, "v", function () awful.spawn("virt-manager") end), awful.key({ cmdkey }, "l", function () awful.spawn("libreoffice") end), -awful.key({ cmdkey }, "f", function () awful.spawn("thunar") end), awful.key({ cmdkey }, "i", function () awful.spawn(terminal .. " -name irc -e env MOSH_TITLE_NOPREFIX=true mosh --family=all -- irc-host tmux new -As irc irssi") end), awful.key({ cmdkey }, "x", function () awful.spawn("/usr/bin/xscreensaver -no-capture-stderr")