From ac1806ef623cc7007343ac5f3ee52ebe73f74fdb Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 30 Jul 2023 15:58:58 +0300 Subject: Created a new script that creates a temp file and let's you choose an extention using dmenu and also added a dictionary to the dotfiles --- awesome/.config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome') diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index b94aaa1..734634c 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -324,7 +324,7 @@ globalkeys = my_table.join( -- super + shift + ... awful.key({ modkey, "Shift" }, "Return", function() awful.util.spawn(filemanager) end), - awful.key({ modkey, "Shift" }, "t", function() awful.util.spawn("kitty -e nvim /tmp/temp.txt") end, + awful.key({ modkey, "Shift" }, "t", function() awful.util.spawn("/home/omar/.scripts/create_tmp.sh") end, { description = "launch a temp file in nvim", group = "super+shift" }), awful.key({ modkey, "Shift" }, "c", function() awful.util.spawn("/home/omar/.scripts/config_files.sh") end, { description = "dmenu with config files", group = "super+shift" }), -- cgit v1.2.3