diff options
author | zachir <zachir@librem.one> | 2024-02-06 12:09:17 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-06 15:47:49 -0600 |
commit | 469bf1ace66604e6b2b5b5e4a027d69383f6e63d (patch) | |
tree | a37bbfcfe4e2459c365bdbc0d625919a6a0557f6 | |
parent | f10950b5aff5197a338a0b5a93338e4ee3233f01 (diff) |
hypr: remove hyprload
Upstream hyprpm is now in both Artix and Arch repos, so now we will be
using that instead of hyprload.
-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 985a706..4754afe 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -13,7 +13,6 @@ monitor = DP-1, 1920x1080@60, 1920x0, 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 #}}} @@ -305,8 +304,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", -] |