From d3daecb80ca3a794a469f96214f133cae1c448a0 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Mon, 5 Aug 2024 18:03:03 +0330 Subject: [PATCH] feat: hyprland startup apps --- .../hyprland/hypr/configs/startup.conf | 6 ++++++ hypr-configs/hyprland/hypr/hyprland.conf | 18 +++++------------- linux-configs | 2 +- 3 files changed, 12 insertions(+), 14 deletions(-) create mode 100644 hypr-configs/hyprland/hypr/configs/startup.conf diff --git a/hypr-configs/hyprland/hypr/configs/startup.conf b/hypr-configs/hyprland/hypr/configs/startup.conf new file mode 100644 index 0000000..90f7401 --- /dev/null +++ b/hypr-configs/hyprland/hypr/configs/startup.conf @@ -0,0 +1,6 @@ +# ----------------------------------------------------- +# Startup +# ----------------------------------------------------- + +exec-once=[workspace 3 silent] nekoray +exec-once=[workspace 3 silent] alacritty -e btop \ No newline at end of file diff --git a/hypr-configs/hyprland/hypr/hyprland.conf b/hypr-configs/hyprland/hypr/hyprland.conf index 8ae5530..ce3625c 100644 --- a/hypr-configs/hyprland/hypr/hyprland.conf +++ b/hypr-configs/hyprland/hypr/hyprland.conf @@ -44,29 +44,21 @@ $rofi_screenshot = $SCRIPT_PATH/rofi-launch.sh s $rofi_clipboard = $SCRIPT_PATH/rofi-launch.sh c $rofi_wallpaper = $SCRIPT_PATH/rofi-launch.sh w + # ----------------------------------------------------- -# Autostart +# Main configuration files # ----------------------------------------------------- + source = ~/.config/hypr/configs/autostart.conf - -# ----------------------------------------------------- -# Monitor -# ----------------------------------------------------- +source = ~/.config/hypr/configs/startup.conf source = ~/.config/hypr/configs/monitor/export.conf - -# ----------------------------------------------------- -# Animation -# ----------------------------------------------------- source = ~/.config/hypr/configs/animation/export.conf - -# ----------------------------------------------------- -# Input devices -# ----------------------------------------------------- source = ~/.config/hypr/configs/input.conf # ----------------------------------------------------- # Load configuration files # ----------------------------------------------------- + source = ~/.config/hypr/configs/settings.conf source = ~/.config/hypr/configs/devices.conf source = ~/.config/hypr/configs/decoration/export.conf diff --git a/linux-configs b/linux-configs index 5761f5b..717aafa 160000 --- a/linux-configs +++ b/linux-configs @@ -1 +1 @@ -Subproject commit 5761f5ba53113a8f7344f21b9a9de018caebef0b +Subproject commit 717aafaa5dbb2a296f7a9881b822e34c4040d6f8