From dd05523fbdbea9db530a673525451227c06a1df4 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Sat, 2 Jul 2022 13:49:50 +0800 Subject: [PATCH] chore: update setting --- cli/fish/config.fish | 2 +- gui/awesome/rc.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/fish/config.fish b/cli/fish/config.fish index fb11f5a..a13f7ad 100644 --- a/cli/fish/config.fish +++ b/cli/fish/config.fish @@ -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 diff --git a/gui/awesome/rc.lua b/gui/awesome/rc.lua index d637875..4462073 100644 --- a/gui/awesome/rc.lua +++ b/gui/awesome/rc.lua @@ -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"}),