diff options
| author | Blista Kanjo | 2022-09-10 22:34:26 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-09-10 22:34:26 -0400 |
| commit | d979f0d9efb92e22e5dcd55b590bf363725ba2ad (patch) | |
| tree | ba67ebbd959ccabbbbc77a4befe37200734570ca /.config/awesome | |
| parent | afa654aae18ae37d58be647ff543ab00d35da226 (diff) | |
refactor: edited some keybinds
Diffstat (limited to '.config/awesome')
| -rw-r--r-- | .config/awesome/rc.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index f4adca2..9424b42 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -219,8 +219,8 @@ root.buttons(gears.table.join( -- {{{ Key bindings globalkeys = gears.table.join( - awful.key({ modkey, }, "h", hotkeys_popup.show_help, - {description="show help", group="awesome"}), + awful.key({ modkey, }, "s", hotkeys_popup.show_help, + {description="show shortcuts", group="awesome"}), awful.key({ "Control", "Mod1" }, "Left", awful.tag.viewprev, {description = "view previous", group = "tag"}), awful.key({ "Control", "Mod1" }, "Right", awful.tag.viewnext, @@ -303,7 +303,7 @@ globalkeys = gears.table.join( ]]-- awful.key({ "Control", "Mod1" }, "t", function () awful.spawn(terminal) end, {description = "open a terminal", group = "launcher"}), - awful.key({ modkey, }, "s", function () awful.spawn("fsearch") end, + awful.key({ modkey, }, "slash", function () awful.spawn("fsearch") end, {description = "search the filesystem", group = "launcher"}), awful.key({ modkey, }, "e", function () awful.spawn("thunar") end, {description = "open a file manager", group = "launcher"}), @@ -327,7 +327,7 @@ globalkeys = gears.table.join( {description = "launch emoji chooser", group = "launcher"}), -- Spell Checker (Single Word) - awful.key({ modkey }, "slash", function () awful.spawn.easy_async_with_shell("sh -c '~/.local/share/scripts/dym.sh'") end, + awful.key({ modkey }, "comma", function () awful.spawn.easy_async_with_shell("sh -c '~/.local/share/scripts/dym.sh'") end, {description = "launch single word spell checker", group = "launcher"}), -- Clipboard Manager |
