From 3461ef055b007cfb738ade0f6a31e76b1a5f277d Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 27 Dec 2022 18:34:27 -0600 Subject: [PATCH] add binding for clear in lfrc update scripts version set XDG_CURRENT_DESKTOP in .profile --- .config/lf/lfrc | 2 ++ .local/scripts | 2 +- .profile | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/lf/lfrc b/.config/lf/lfrc index af0acd5..aa01a4a 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -40,6 +40,8 @@ map X !$f map o &mimeo $f map O $mimeopen --ask $f +map clear + # define a custom 'open' command # This command is called when current file is not a directory. You may want to # use either file extensions and/or mime types here. Below uses an editor for diff --git a/.local/scripts b/.local/scripts index df16da1..09218c6 160000 --- a/.local/scripts +++ b/.local/scripts @@ -1 +1 @@ -Subproject commit df16da1a90d9a8233ce424089f976de55c8337cf +Subproject commit 09218c616b86c7f4ab197021271fd320d9e7d3da diff --git a/.profile b/.profile index 2dda1d6..f995100 100644 --- a/.profile +++ b/.profile @@ -83,6 +83,8 @@ export GPG_TTY #fix arduino ide issues export AWT_TOOLKIT=MToolkit +export XDG_CURRENT_DESKTOP="sway" + #define variables used with transmission scripts export TRNS_IP="192.168.1.162" export TRNS_DL_DIR="/usr/local/etc/transmission/home/Downloads"