]> Freerunner's - dotfiles.git/commitdiff
fish/hypr: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Sat, 23 Dec 2023 17:13:06 +0000 (18:13 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:52 +0000 (18:18 +0200)
config/fish/functions/k.fish
config/foot/foot.ini
config/hypr/scripts/daemons.sh

index 43df3ff38a1dc625a5684350ed811bf56cf62d3b..ad41f0dd220f85320c43da51d2eecc2865b29c26 100644 (file)
@@ -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
index b6cb2797a819d9cdd63218cf2202746da084e4e3..691b514ec5ee43b40fce86552ffafd3ce6d0a947 100644 (file)
@@ -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)
index ebf6efbbc8ea6843524783545f52cefddbfdb5bc..285929450a08e2bea5e0bcbd7bbe7f7020d67e6e 100755 (executable)
@@ -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 &