diff --git a/home-manager/hyprland/hyprland-settings.nix b/home-manager/hyprland/hyprland-settings.nix index 236f225..b69a847 100644 --- a/home-manager/hyprland/hyprland-settings.nix +++ b/home-manager/hyprland/hyprland-settings.nix @@ -430,8 +430,8 @@ in bind = $mainMod, W, exec, ${wl-paste} | ${answer} "Respond with the correct answer to the following question." | ${wl-copy} && ${dunstify} -t 150 Done ## notes - #bind = $mainMod, 2, exec, cat ~/Nextcloud/test.txt | ${wl-copy} - #bind = $mainMod, 3, exec, cat ~/Nextcloud/test.txt | ${wl-copy} + bind = $mainMod, 2, exec, cat ~/synced/default/vimwiki/fh/master/incident_handling/a.md | ${wl-copy} + bind = $mainMod, 3, exec, cat ~/synced/default/vimwiki/fh/master/incident_handling/pruefung.md | ${wl-copy} #bind = $mainMod, 4, exec, cat ~/Nextcloud/test.txt | ${wl-copy} #bind = $mainMod, 5, exec, cat ~/Nextcloud/test.txt | ${wl-copy} #bind = $mainMod, 6, exec, cat ~/Nextcloud/test.txt | ${wl-copy} diff --git a/modules/package-collections/perf.nix b/modules/package-collections/perf.nix index 38567de..5540ea4 100644 --- a/modules/package-collections/perf.nix +++ b/modules/package-collections/perf.nix @@ -10,6 +10,7 @@ exit 1 fi sudo perf record -F 999 -p $PID -g + sudo chown $USER:$(id -gn $USER) perf.data '') ]; }