mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 13:56:55 +02:00
feat: hyprland startup apps
This commit is contained in:
parent
51c49ad9f4
commit
d3daecb80c
3 changed files with 12 additions and 14 deletions
6
hypr-configs/hyprland/hypr/configs/startup.conf
Normal file
6
hypr-configs/hyprland/hypr/configs/startup.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
# -----------------------------------------------------
|
||||
# Startup
|
||||
# -----------------------------------------------------
|
||||
|
||||
exec-once=[workspace 3 silent] nekoray
|
||||
exec-once=[workspace 3 silent] alacritty -e btop
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5761f5ba53113a8f7344f21b9a9de018caebef0b
|
||||
Subproject commit 717aafaa5dbb2a296f7a9881b822e34c4040d6f8
|
Loading…
Add table
Reference in a new issue