diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/hypr/autostart.conf | 5 | ||||
| -rw-r--r-- | .config/hypr/bindings.conf | 3 | ||||
| -rw-r--r-- | .config/hypr/envs.conf | 9 | ||||
| -rw-r--r-- | .config/hypr/hyprland.conf | 5 | ||||
| -rw-r--r-- | .config/hypr/input.conf | 5 | ||||
| -rw-r--r-- | .config/hypr/looknfeel.conf | 3 | ||||
| -rw-r--r-- | .config/hypr/monitors.conf | 1 | ||||
| -rw-r--r-- | .config/hypr/rules.conf | 2 |
8 files changed, 32 insertions, 1 deletions
diff --git a/.config/hypr/autostart.conf b/.config/hypr/autostart.conf new file mode 100644 index 0000000..de4d4b9 --- /dev/null +++ b/.config/hypr/autostart.conf @@ -0,0 +1,5 @@ +# Override hyprland default autostart configurations +# check /etc/hypr/autostart.conf +# +# Extra autostart processes +# exec-once = uwsm-app -- my-service diff --git a/.config/hypr/bindings.conf b/.config/hypr/bindings.conf index a996a72..758dea1 100644 --- a/.config/hypr/bindings.conf +++ b/.config/hypr/bindings.conf @@ -1,3 +1,6 @@ +# Override hyprland default binding configurations +# check /etc/hypr/binding.conf +# # Configure Hyprland Bindings # # See https://wiki.hypr.land/Configuring/Keywords/ diff --git a/.config/hypr/envs.conf b/.config/hypr/envs.conf new file mode 100644 index 0000000..4154cbf --- /dev/null +++ b/.config/hypr/envs.conf @@ -0,0 +1,9 @@ +# Override hyprland default envs +# check /etc/hypr/envs.conf + +# Banana theme +env = XCURSOR_SIZE,32 +env = HYPRCURSOR_SIZE,32 + +env = XCURSOR_THEME,Banana +env = HYPRCURSOR_THEME,Banana diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 8a6bd6d..8958e6d 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -6,5 +6,10 @@ source = /etc/hypr/hyprland.conf # User configurations +source = ~/.config/hypr/autostart.conf +source = ~/.config/hypr/monitors.conf source = ~/.config/hypr/input.conf source = ~/.config/hypr/bindings.conf +source = ~/.config/hypr/envs.conf +source = ~/.config/hypr/looknfeel.conf +source = ~/.config/hypr/rules.conf diff --git a/.config/hypr/input.conf b/.config/hypr/input.conf index 8eb77e8..92b505d 100644 --- a/.config/hypr/input.conf +++ b/.config/hypr/input.conf @@ -1,8 +1,11 @@ +# Override default input configurations +# check /etc/hypr/input.conf +# # Control your input devices # See https://wiki.hypr.land/Configuring/Variables/#input input { # Swap Caps Lock and Escape - kb_options = caps:swapescape + # kb_options = caps:swapescape # Change speed of keyboard repeat repeat_rate = 40 diff --git a/.config/hypr/looknfeel.conf b/.config/hypr/looknfeel.conf new file mode 100644 index 0000000..6dce598 --- /dev/null +++ b/.config/hypr/looknfeel.conf @@ -0,0 +1,3 @@ +# Override default look and feel +# check /etc/hypr/looknfeel.conf +# https://wiki.hyprland.org/Configuring/Variables/#general diff --git a/.config/hypr/monitors.conf b/.config/hypr/monitors.conf new file mode 100644 index 0000000..7c1de00 --- /dev/null +++ b/.config/hypr/monitors.conf @@ -0,0 +1 @@ +# Override default hyprland monitors diff --git a/.config/hypr/rules.conf b/.config/hypr/rules.conf new file mode 100644 index 0000000..cf6bb02 --- /dev/null +++ b/.config/hypr/rules.conf @@ -0,0 +1,2 @@ +# override hyprland rules configurations +# check /etc/hypr/rules.conf |
