From 0f3cecb77b5f5517e5cffe92d32ccc409d8160ad Mon Sep 17 00:00:00 2001 From: Phantop Date: Mon, 2 Sep 2024 00:32:03 -0400 Subject: [PATCH] save xremap invocation --- autostart/xremap.desktop | 2 +- bin/config.fish | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/autostart/xremap.desktop b/autostart/xremap.desktop index c56704c..03adcd7 100644 --- a/autostart/xremap.desktop +++ b/autostart/xremap.desktop @@ -2,4 +2,4 @@ Type=Application Name=xremap Description= -Exec=xremap --mouse /home/glados/.config/xremap.yml +Exec=fish -c remap diff --git a/bin/config.fish b/bin/config.fish index fcc37dd..da6a1ee 100755 --- a/bin/config.fish +++ b/bin/config.fish @@ -83,6 +83,7 @@ a py py3 a qb 'qutebrowser --target auto' a qutainer 'qutebrowser --temp-basedir' a re 'systemctl reboot -i' +a remap 'xremap --mouse --ignore "ELAN0676:00 04F3:3195 Touchpad" ~/.config/xremap.yml' a rmdirs 'ff -t d -x rmdir -p' a rmlinks 'ff -t l -x rm' a rssb 'curl rss-bridge.github.io/rss-bridge/General/Public_Hosts | pup text{} | grep https | shuf -n1 | clip' @@ -122,7 +123,9 @@ a tldr 'curl -s https://raw.githubusercontent.com/tldr-pages/tldr/main/pages/{co a history_find 'history -p (string sub -s 2 $argv[1]) | head -n1;:' a history_last 'history -n1;:' -a amk 'a ws make -p (basename $PWD)' +a ag 'a git' +a amk 'a ws make -p (basename (git root || pwd))' +a dt 'a dt' a lint 'a git lint' for i in (cut -d ' ' -f1 < ~/.config/qutebrowser/quickmarks)