aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-07-30 15:58:58 +0300
committeromagdy7 <omar.professional8777@gmail.com>2023-07-30 15:58:58 +0300
commitac1806ef623cc7007343ac5f3ee52ebe73f74fdb (patch)
treec154e3ecad3f271d6bd689fbc221e1ea3aa31079 /awesome
parent090b6cc33137ab20a6d7206f67b8ca31f93cd9ee (diff)
downloaddotfiles-ac1806ef623cc7007343ac5f3ee52ebe73f74fdb.tar.xz
dotfiles-ac1806ef623cc7007343ac5f3ee52ebe73f74fdb.zip
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
Diffstat (limited to 'awesome')
-rw-r--r--awesome/.config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
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" }),