From 5f4e3b17cba136d2405b13cdd8dcc8964bd34a81 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sat, 23 Dec 2023 18:13:06 +0100 Subject: [PATCH] fish/hypr: update config --- config/fish/functions/k.fish | 2 +- config/foot/foot.ini | 2 +- config/hypr/scripts/daemons.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/fish/functions/k.fish b/config/fish/functions/k.fish index 43df3ff3..ad41f0dd 100644 --- a/config/fish/functions/k.fish +++ b/config/fish/functions/k.fish @@ -1,3 +1,3 @@ function k --wraps='kks edit' --wraps='kcr attach' --wraps='kcr edit' --description 'alias k=kcr edit' - kcr -s default edit $argv; + kcr edit $argv; end diff --git a/config/foot/foot.ini b/config/foot/foot.ini index b6cb2797..691b514e 100644 --- a/config/foot/foot.ini +++ b/config/foot/foot.ini @@ -1,4 +1,4 @@ -222528# -*- conf -*- +# -*- conf -*- # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) # term=foot (or xterm-256color if built with -Dterminfo=disabled) diff --git a/config/hypr/scripts/daemons.sh b/config/hypr/scripts/daemons.sh index ebf6efbb..28592945 100755 --- a/config/hypr/scripts/daemons.sh +++ b/config/hypr/scripts/daemons.sh @@ -15,7 +15,7 @@ if [[ ! $(pidof swww-daemon) ]]; then fi openrgb -p simple.orp & -kak -d -s default & # kakoune default server +kcr create -c main -s default & # kakoune default server wl-paste --type text --watch cliphist store & wl-paste --type image --watch cliphist store & -- 2.51.2