From ba43241a33963225299d59e71a07b99c013d1e71 Mon Sep 17 00:00:00 2001 From: Samuel O'Neal Date: Thu, 5 Feb 2026 10:31:40 -0700 Subject: [PATCH] updated folder structure for hyprshell; added 1password to on load execution --- hyprland/.config/hypr/exec.conf | 1 + hyprshell/{ => .config}/config.ron | 0 hyprshell/{ => .config}/styles.css | 0 3 files changed, 1 insertion(+) rename hyprshell/{ => .config}/config.ron (100%) rename hyprshell/{ => .config}/styles.css (100%) diff --git a/hyprland/.config/hypr/exec.conf b/hyprland/.config/hypr/exec.conf index 2e1f46c..5b568a5 100644 --- a/hyprland/.config/hypr/exec.conf +++ b/hyprland/.config/hypr/exec.conf @@ -6,3 +6,4 @@ exec-once= waybar & mako & hyprpaper & hypridle & wluma & hyprshell run & exec-once = blueman-applet & systemctl --user stop wireplumber.service +exec-once = 1password --silent & diff --git a/hyprshell/config.ron b/hyprshell/.config/config.ron similarity index 100% rename from hyprshell/config.ron rename to hyprshell/.config/config.ron diff --git a/hyprshell/styles.css b/hyprshell/.config/styles.css similarity index 100% rename from hyprshell/styles.css rename to hyprshell/.config/styles.css