mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Cleanup
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
# Refer to the wiki for more information.
|
||||
# https://wiki.hyprland.org/Configuring/
|
||||
# Learn how to configure Hyprland: https://wiki.hyprland.org/Configuring/
|
||||
|
||||
# Change your personal monitor setup in here to keep the main config portable
|
||||
source = ~/.config/hypr/hyprland-monitors.conf
|
||||
@ -17,8 +16,12 @@ $menu = wofi --show drun
|
||||
$music = spotify
|
||||
$webapp = $browser --app
|
||||
|
||||
# Use defaults Omarchy bindings
|
||||
# Use defaults Omarchy defaults
|
||||
source = ~/.local/share/omarchy/default/hypr/bindings.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/envs.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/looknfeel.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/input.conf
|
||||
source = ~/.local/share/omarchy/default/hypr/windows.conf
|
||||
|
||||
# Extra bindings
|
||||
bind = SUPER, A, exec, $webapp="https://chatgpt.com"
|
||||
@ -27,15 +30,3 @@ bind = SUPER, E, exec, $webapp="https://app.hey.com"
|
||||
bind = SUPER, Y, exec, $webapp="https://youtube.com/"
|
||||
bind = SUPER, X, exec, $webapp="https://x.com/"
|
||||
bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post"
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
||||
source = ~/.local/share/omarchy/default/hypr/envs.conf
|
||||
|
||||
# Use default Omarchy look'n'feel
|
||||
source = ~/.local/share/omarchy/default/hypr/looknfeel.conf
|
||||
|
||||
# Use default Omarchy input settings
|
||||
source = ~/.local/share/omarchy/default/hypr/input.conf
|
||||
|
||||
# Use default Omarchy windows settings
|
||||
source = ~/.local/share/omarchy/default/hypr/windows.conf
|
||||
|
Reference in New Issue
Block a user