mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Framework startup programs
This commit is contained in:
parent
660f4d366d
commit
0a95cc86da
@ -1,10 +1,12 @@
|
||||
monitor=eDP-1,2256x1504@60,0x0,1.175
|
||||
|
||||
# Startup programs
|
||||
exec-once = waybar & firefox
|
||||
|
||||
# Enviroment
|
||||
source = ~/.config/hypr/env.conf
|
||||
|
||||
# Startup programs
|
||||
source = ~/.config/hypr/startup-all.conf
|
||||
source = ~/.config/hypr/startup-framework.conf
|
||||
|
||||
# Default env vars
|
||||
env = XCURSOR_SIZE,24
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||
|
5
hyprland/.config/hypr/startup-all.conf
Normal file
5
hyprland/.config/hypr/startup-all.conf
Normal file
@ -0,0 +1,5 @@
|
||||
# Waybar
|
||||
exec-once = waybar
|
||||
|
||||
# Password manager update
|
||||
exec-once = pass git pull
|
2
hyprland/.config/hypr/startup-framework.conf
Normal file
2
hyprland/.config/hypr/startup-framework.conf
Normal file
@ -0,0 +1,2 @@
|
||||
exec-once = [workspace 1 silent] firefox
|
||||
exec-once = [workspace 2 silent] $terminal
|
Loading…
x
Reference in New Issue
Block a user