chore: update setting

This commit is contained in:
Klesh Wong 2022-07-02 13:49:50 +08:00
parent bdd287c82d
commit dd05523fbd
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ if status is-interactive
set -gx LS_COLORS 'ow=34;42;40'
# === nnn configuration
set -gx NNN_PLUG 'c:fzcd;m:nmount;x:!chmod +x $nnn;d:dragdrop;p:preview-tui'
set -gx NNN_PLUG 'c:fzcd;m:nmount;x:!chmod +x $nnn;X:!chmod -x $nnn;d:dragdrop;p:preview-tui'
set -gx NNN_FIFO /tmp/nnn.fifo
# === bat configuration

View File

@ -481,7 +481,7 @@ globalkeys = gears.table.join(
-- Standard program
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
{description = "open a terminal", group = "launcher"}),
awful.key({ modkey, }, "`", function () awful.spawn("st -e fish") end,
awful.key({ modkey, }, "`", function () awful.spawn("st -e /usr/bin/fish") end,
{description = "open a terminal", group = "launcher"}),
awful.key({ modkey, "Control" }, "r", awesome.restart,
{description = "reload awesome", group = "awesome"}),