mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29: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
|
# Change your personal monitor setup in here to keep the main config portable
|
||||||
source = ~/.config/hypr/hyprland-monitors.conf
|
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
|
# Default applications
|
||||||
$terminal = alacritty
|
$terminal = alacritty
|
||||||
$fileManager = nautilus --new-window
|
$fileManager = nautilus --new-window
|
||||||
@ -20,6 +14,7 @@ $messenger = signal-desktop
|
|||||||
$webapp = $browser --app
|
$webapp = $browser --app
|
||||||
|
|
||||||
# Use defaults Omarchy defaults
|
# 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/bindings.conf
|
||||||
source = ~/.local/share/omarchy/default/hypr/envs.conf
|
source = ~/.local/share/omarchy/default/hypr/envs.conf
|
||||||
source = ~/.local/share/omarchy/default/hypr/looknfeel.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 = ~/.local/share/omarchy/default/hypr/windows.conf
|
||||||
source = ~/.config/omarchy/current/theme/hyprland.conf
|
source = ~/.config/omarchy/current/theme/hyprland.conf
|
||||||
|
|
||||||
|
# Extra autostart processes
|
||||||
|
exec-once = dropbox-cli start
|
||||||
|
|
||||||
# Extra bindings
|
# Extra bindings
|
||||||
bind = SUPER, A, exec, $webapp="https://chatgpt.com"
|
bind = SUPER, A, exec, $webapp="https://chatgpt.com"
|
||||||
bind = SUPER SHIFT, A, exec, $webapp="https://grok.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