From ccd05c3ba57ce2cbfc3be3c4b360065a597044e3 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Sun, 31 Aug 2025 17:47:56 +0200 Subject: [PATCH] Some hypr and common shell --- config/.config/hypr/hyprland.conf | 3 +-- home/.common_shell | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/.config/hypr/hyprland.conf b/config/.config/hypr/hyprland.conf index 141a19f..cb4ee64 100644 --- a/config/.config/hypr/hyprland.conf +++ b/config/.config/hypr/hyprland.conf @@ -15,9 +15,8 @@ $menu = tofi-drun --terminal=$terminal | sh ####################################################################################### exec-once = waybar -#exec-once = clipse -listen exec-once = hyprsunset -t 3000 -#exec-once = wl-clip-persist --clipboard regular +exec-once = wl-clip-persist --clipboard regular exec-once = hyprpaper exec-once = nm-applet exec-once = ~/projects/scripts/rnote_mapper.sh diff --git a/home/.common_shell b/home/.common_shell index 014149b..e752d03 100644 --- a/home/.common_shell +++ b/home/.common_shell @@ -30,7 +30,7 @@ alias s="~/projects/scripts/run_unison.sh" #alias synu="unison MainAll_CIP" alias rmt="rm /tmp/all_git_projects" alias fu="chch && fla && shd" -alias fla="sudo nixos-rebuild switch --flake '/home/jonas/configuration/#'" +alias fla="sudo nixos-rebuild switch --flake ~/nixos#" alias flr="NIX_SSHOPTS='-o RequestTTY=force'; nixos-rebuild --use-remote-sudo --target-host root@hahn1.one --build-host root@hahn1.one switch --flake ~/configuration#stranox" alias tt="~/projects/scripts/find_gits.sh" alias dotu="bash ~/configuration/install_dots.sh"