chore: update setting
This commit is contained in:
parent
bdd287c82d
commit
dd05523fbd
|
@ -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
|
||||
|
|
|
@ -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"}),
|
||||
|
|
Loading…
Reference in New Issue
Block a user