diff options
| -rw-r--r-- | config/hypr/UserConfigs/Startup_Apps.conf | 3 | ||||
| -rw-r--r-- | config/hypr/pyprland.toml | 14 | ||||
| -rw-r--r-- | config/hypr/v2.3.13 | 5 | ||||
| -rwxr-xr-x | copy.sh | 7 |
4 files changed, 0 insertions, 29 deletions
diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index e5fa2bae..473723fc 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -37,9 +37,6 @@ exec-once = $UserScripts/RainbowBorders.sh # Starting hypridle to start hyprlock exec-once = hypridle -# Start pyprland daemon -exec-once = pypr & - # Here are list of features available but disabled by default # exec-once = swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper diff --git a/config/hypr/pyprland.toml b/config/hypr/pyprland.toml deleted file mode 100644 index 731a8093..00000000 --- a/config/hypr/pyprland.toml +++ /dev/null @@ -1,14 +0,0 @@ -# /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ # - -[pyprland] - -plugins = [ - "scratchpads", - "magnify", -] - -[scratchpads.term] -animation = "fromTop" -command = "kitty --class kitty-dropterm" -class = "kitty-dropterm" -size = "75% 60%" diff --git a/config/hypr/v2.3.13 b/config/hypr/v2.3.13 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.3.13 +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions
\ No newline at end of file @@ -115,13 +115,6 @@ if hostnamectl | grep -q 'Operating System: NixOS'; then sed -i '/^exec-once = \$scriptsDir\/Polkit\.sh$/ s/^#*/#/' config/hypr/UserConfigs/Startup_Apps.conf fi -# to check if Debian or Ubuntu or based distros -if grep -iq '^\(ID_LIKE\|ID\)=.*\(debian\|ubuntu\)' /etc/os-release >/dev/null 2>&1; then - echo "${INFO} Debian/Ubuntu based distro. Disabling pyprland since it does not work properly" 2>&1 | tee -a "$LOG" || true - # disabling pyprland as causing issues - sed -i '/^\s*exec-once = pypr &\s*/ s/^/#/' config/hypr/UserConfigs/Startup_Apps.conf -fi - # activating hyprcursor on env by checking if the directory ~/.icons/Bibata-Modern-Ice/hyprcursors exists if [ -d "$HOME/.icons/Bibata-Modern-Ice/hyprcursors" ]; then HYPRCURSOR_ENV_FILE="config/hypr/UserConfigs/ENVariables.conf" |
