Compare commits

..

No commits in common. "1d568ad213472b65f2dd076c1fa8f4df83ae3bba" and "3d3bea67cd5bd19fd8919525c4195655363af190" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -76,7 +76,7 @@ ext nes, has fceux, X = fceux "$1"
name ^[mM]akefile$ = make name ^[mM]akefile$ = make
#----------- FL STUDIO -------------- #----------- FL STUDIO --------------
ext flp = flstudio "$@" ext flp = ~/.local/bin/flstudio "$@"
#-------------------------------------------- #--------------------------------------------
# Scripts # Scripts

View file

@ -30,7 +30,7 @@
exec-once = pypr exec-once = pypr
exec-once = ydotoold 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 = nm-applet
exec-once = blueman-applet exec-once = blueman-applet
exec-once = GOMAXPROCS=1 syncthing --no-browser exec-once = GOMAXPROCS=1 syncthing --no-browser
@ -351,7 +351,7 @@
activemonitor=$(grep -B 11 "focused: yes" "$monitors" | awk 'NR==1 {print $2}') activemonitor=$(grep -B 11 "focused: yes" "$monitors" | awk 'NR==1 {print $2}')
passivemonitor=$(grep -B 6 "($workspace)" "$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=')') #activews=$(grep -A 2 "$activemonitor" "$monitors" | awk 'NR==3 {print $1}' RS='(' FS=')')
passivews=$(grep -A 6 "Monitor $passivemonitor" "$monitors" | awk 'NR==3 {print $1}' RS='(' FS=')') passivews=$(grep -A 6 "Monitor $passivemonitor" "$monitors" | awk 'NR==4 {print $1}' RS='(' FS=')')
if [[ $workspace -eq $passivews ]] && [[ $activemonitor != "$passivemonitor" ]]; then if [[ $workspace -eq $passivews ]] && [[ $activemonitor != "$passivemonitor" ]]; then
hyprctl dispatch workspace "$workspace" && hyprctl dispatch swapactiveworkspaces "$activemonitor" "$passivemonitor" && hyprctl dispatch workspace "$workspace" hyprctl dispatch workspace "$workspace" && hyprctl dispatch swapactiveworkspaces "$activemonitor" "$passivemonitor" && hyprctl dispatch workspace "$workspace"