diff options
author | zachir <zachir@librem.one> | 2024-02-06 12:09:17 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-06 12:09:17 -0600 |
commit | 47236e10e7365c958f6d1bf29bcd18d86a12e568 (patch) | |
tree | ad36245faa3dda24ae982001e7331c7fc8c6bd28 /hypr | |
parent | 7e9d37f5f33e1092d88ceaf504476240084e868a (diff) |
hypr: remove hyprload
Upstream hyprpm is now in both Artix and Arch repos, so now we will be
using that instead of hyprload.
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 3 | ||||
-rw-r--r-- | hypr/hyprload.toml | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index a255c5b..8fc26a2 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -12,7 +12,6 @@ monitor = eDP-1, 1920x1080@60, 0x0, 1 exec-once = ~/.config/autostart.sh exec-once = /usr/lib/polkit-kde-authentication-agent-1 exec-once = xdph -#exec-once = $HOME/.local/share/hyprload/hyprload.sh exec-once = hyprpm reload -n exec-once = pypr #}}} @@ -299,8 +298,6 @@ bind = $mainMod, W, exec, t waybar bind = $mainMod, Q, exec, loginctl lock-session bind = $mainMod $secdMod CONTROL, Q, exec, systemctl suspend bind = $mainMod SHIFT, G, exec, get-app-id -bind = $mainMod CONTROL SHIFT, R, hyprload, reload -bind = $mainMod CONTROL SHIFT, U, hyprload, update #bind = $mainMod CONTROL, R, exec, startx -- /usr/bin/Xephyr -screen 1920x1080 :1 #}}} diff --git a/hypr/hyprload.toml b/hypr/hyprload.toml deleted file mode 100644 index 65e668c..0000000 --- a/hypr/hyprload.toml +++ /dev/null @@ -1,3 +0,0 @@ -plugins = [ - "Duckonaut/split-monitor-workspaces", -] |