From 825eec7686dff884d2dd266bca893207fa729140 Mon Sep 17 00:00:00 2001 From: Emmet Date: Mon, 18 Mar 2024 21:08:08 -0500 Subject: [PATCH 1/3] Don't launch steam on login --- user/wm/hyprland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 8a694a0..3735310 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -30,7 +30,7 @@ exec-once = pypr exec-once = ydotoold - exec-once = STEAM_FRAME_FORCE_CLOSE=1 steam -silent + #exec-once = STEAM_FRAME_FORCE_CLOSE=1 steam -silent exec-once = nm-applet exec-once = blueman-applet exec-once = GOMAXPROCS=1 syncthing --no-browser From 8c8834ad154034b9478fb267f490dd0420f20625 Mon Sep 17 00:00:00 2001 From: Emmet Date: Mon, 18 Mar 2024 21:08:19 -0500 Subject: [PATCH 2/3] Fixes multimonitor hyprworkspace script --- user/wm/hyprland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 3735310..1d2ca92 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -351,7 +351,7 @@ activemonitor=$(grep -B 11 "focused: yes" "$monitors" | awk 'NR==1 {print $2}') passivemonitor=$(grep -B 6 "($workspace)" "$monitors" | awk 'NR==1 {print $2}') #activews=$(grep -A 2 "$activemonitor" "$monitors" | awk 'NR==3 {print $1}' RS='(' FS=')') - passivews=$(grep -A 6 "Monitor $passivemonitor" "$monitors" | awk 'NR==4 {print $1}' RS='(' FS=')') + passivews=$(grep -A 6 "Monitor $passivemonitor" "$monitors" | awk 'NR==3 {print $1}' RS='(' FS=')') if [[ $workspace -eq $passivews ]] && [[ $activemonitor != "$passivemonitor" ]]; then hyprctl dispatch workspace "$workspace" && hyprctl dispatch swapactiveworkspaces "$activemonitor" "$passivemonitor" && hyprctl dispatch workspace "$workspace" From 1d568ad213472b65f2dd076c1fa8f4df83ae3bba Mon Sep 17 00:00:00 2001 From: Emmet Date: Mon, 18 Mar 2024 21:08:36 -0500 Subject: [PATCH 3/3] Fixes launching flstudio as default app in ranger --- user/app/ranger/rifle.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/app/ranger/rifle.conf b/user/app/ranger/rifle.conf index 25b465c..c6b144a 100644 --- a/user/app/ranger/rifle.conf +++ b/user/app/ranger/rifle.conf @@ -76,7 +76,7 @@ ext nes, has fceux, X = fceux "$1" name ^[mM]akefile$ = make #----------- FL STUDIO -------------- -ext flp = ~/.local/bin/flstudio "$@" +ext flp = flstudio "$@" #-------------------------------------------- # Scripts