change syncthing folder

This commit is contained in:
Kopatz
2025-10-29 14:08:25 +01:00
parent d8154fc825
commit 76c868719f
3 changed files with 5 additions and 5 deletions

View File

@@ -238,7 +238,7 @@ in
"$mainMod, period, exec, ${rofimoji}" "$mainMod, period, exec, ${rofimoji}"
"$mainMod, Z, exec, hyprshade off && (${woomer} &) && hyprshade auto" "$mainMod, Z, exec, hyprshade off && (${woomer} &) && hyprshade auto"
''$mainMod, S, exec, echo "skip" | nc kopatz.dev 8888'' ''$mainMod, S, exec, echo "skip" | nc kopatz.dev 8888''
''$mainMod, R, exec, hyprctl hyprpaper reload ,"$(ls -d /synced/default/dinge/Bg/* | shuf -n 1)"'' ''$mainMod, R, exec, hyprctl hyprpaper reload ,"$(ls -d ~/synced/default/dinge/Bg/* | shuf -n 1)"''
"$mainMod, W, exec, hyprctl hyprpaper reload ,${config.stylix.image}" "$mainMod, W, exec, hyprctl hyprpaper reload ,${config.stylix.image}"
" , Print, exec, hyprshade off && ${grimblast} --freeze copy area && hyprshade auto" " , Print, exec, hyprshade off && ${grimblast} --freeze copy area && hyprshade auto"
'' ''
@@ -376,7 +376,7 @@ in
dunstify = "${pkgs.dunst}/bin/dunstify"; dunstify = "${pkgs.dunst}/bin/dunstify";
dunstctl = "${pkgs.dunst}/bin/dunstctl"; dunstctl = "${pkgs.dunst}/bin/dunstctl";
pdfgrep = "${pkgs.pdfgrep}/bin/pdfgrep --cache"; pdfgrep = "${pkgs.pdfgrep}/bin/pdfgrep --cache";
path = "/synced/fh/master/ot_fundamentals_and_security/merged"; path = "~/synced/fh/master/ot_fundamentals_and_security/merged";
node = "${pkgs.nodejs}/bin/node"; node = "${pkgs.nodejs}/bin/node";
set-monitor = "~/.config/hypr/monitor-config.js"; set-monitor = "~/.config/hypr/monitor-config.js";
answer = "${pkgs.answer}/bin/answer"; answer = "${pkgs.answer}/bin/answer";

View File

@@ -19,8 +19,8 @@
shellAliases = { shellAliases = {
# TODO: gifsicle -O3 --lossy=30 noita-20240328-191617-1612416266-00316616.gif -o noita-20240328-191617-1612416266.gif # TODO: gifsicle -O3 --lossy=30 noita-20240328-191617-1612416266-00316616.gif -o noita-20240328-191617-1612416266.gif
backupNoita = backupNoita =
"cp -r ~/.local/share/Steam/steamapps/compatdata/881100/pfx/drive_c/users/steamuser/AppData/LocalLow/Nolla_Games_Noita/* /synced/default/dont_remotebackup/noita_save"; "cp -r ~/.local/share/Steam/steamapps/compatdata/881100/pfx/drive_c/users/steamuser/AppData/LocalLow/Nolla_Games_Noita/* ~/synced/default/dont_remotebackup/noita_save";
checkTime = "(cd /synced/work_drive/TS && nix run)"; checkTime = "(cd ~/synced/work_drive/TS && nix run)";
checkWaylandWindowsKDE = checkWaylandWindowsKDE =
"qdbus org.kde.KWin /KWin org.kde.KWin.showDebugConsole"; "qdbus org.kde.KWin /KWin org.kde.KWin.showDebugConsole";
collectGarbage = "nh clean all"; collectGarbage = "nh clean all";

View File

@@ -55,7 +55,7 @@
xdg.desktopEntries = { xdg.desktopEntries = {
notes = { notes = {
name = "Notes"; name = "Notes";
exec = "kitty -d /synced/default/vimwiki nvim /synced/default/vimwiki/index.md"; exec = "kitty -d ~/synced/default/vimwiki nvim ~/synced/default/vimwiki/index.md";
icon = "nvim"; icon = "nvim";
type = "Application"; type = "Application";
categories = [ "Utility" "TextEditor" ]; categories = [ "Utility" "TextEditor" ];