mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Structuring default hyprland config
This commit is contained in:
@ -3,12 +3,6 @@
|
||||
# Change your personal monitor setup in here to keep the main config portable
|
||||
source = ~/.config/hypr/hyprland-monitors.conf
|
||||
|
||||
# Autostart necessary processes
|
||||
exec-once = hypridle & mako & waybar & fcitx5
|
||||
exec-once = wl-clip-persist --clipboard regular & clipse -listen
|
||||
exec-once = ~/.local/share/omarchy/bin/swaybg-next
|
||||
exec-once = dropbox-cli start
|
||||
|
||||
# Default applications
|
||||
$terminal = alacritty
|
||||
$fileManager = nautilus --new-window
|
||||
@ -20,6 +14,7 @@ $messenger = signal-desktop
|
||||
$webapp = $browser --app
|
||||
|
||||
# Use defaults Omarchy defaults
|
||||
source = ~/.local/share/omarchy/default/hypr/autostart.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/bindings.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/envs.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/looknfeel.conf
|
||||
@ -27,6 +22,9 @@ source = ~/.local/share/omarchy/default/hypr/input.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/windows.conf
|
||||
source = ~/.config/omarchy/current/theme/hyprland.conf
|
||||
|
||||
# Extra autostart processes
|
||||
exec-once = dropbox-cli start
|
||||
|
||||
# Extra bindings
|
||||
bind = SUPER, A, exec, $webapp="https://chatgpt.com"
|
||||
bind = SUPER SHIFT, A, exec, $webapp="https://grok.com"
|
||||
|
4
default/hypr/autostart.conf
Normal file
4
default/hypr/autostart.conf
Normal file
@ -0,0 +1,4 @@
|
||||
exec-once = hypridle & mako & waybar & fcitx5
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = wl-clip-persist --clipboard regular & clipse -listen
|
||||
exec-once = ~/.local/share/omarchy/bin/swaybg-next
|
Reference in New Issue
Block a user