From 186c16e9e4189da131ab33d3689ff3d75b781789 Mon Sep 17 00:00:00 2001 From: Viyurz <128215328+Viyurz@users.noreply.github.com> Date: Thu, 26 Oct 2023 09:58:50 +0200 Subject: [PATCH] Remove genshin-impact/lol launch scripts --- .local/bin/genshin-impact | 3 --- .local/bin/lol | 9 --------- 2 files changed, 12 deletions(-) delete mode 100755 .local/bin/genshin-impact delete mode 100755 .local/bin/lol diff --git a/.local/bin/genshin-impact b/.local/bin/genshin-impact deleted file mode 100755 index 71b4eda..0000000 --- a/.local/bin/genshin-impact +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -lutris lutris:rungame/genshin-impact diff --git a/.local/bin/lol b/.local/bin/lol deleted file mode 100755 index b727e28..0000000 --- a/.local/bin/lol +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -# Note: If running in wayland, switch to borderless windowed to prevent the game window from disappearing - -hyprctl monitors | grep -qe 'HDMI-A-1' && "$HOME/.scripts/lol-watcher.sh" & - -lutris lutris:rungame/league-of-legends - -killall -9 lol-watcher.sh &> /dev/null