diff options
| -rw-r--r-- | .config/hypr/bindings.conf | 5 | ||||
| -rw-r--r-- | .config/hypr/envs.conf | 5 | ||||
| -rw-r--r-- | .config/hypr/hyprland.conf | 1 | ||||
| -rw-r--r-- | .config/hypr/monitors.conf | 3 |
4 files changed, 14 insertions, 0 deletions
diff --git a/.config/hypr/bindings.conf b/.config/hypr/bindings.conf index 71223aa..2ea6bd3 100644 --- a/.config/hypr/bindings.conf +++ b/.config/hypr/bindings.conf @@ -1,3 +1,8 @@ +# Configure Hyprland Bindings +# +# See https://wiki.hypr.land/Configuring/Keywords/ +# See https://wiki.hypr.land/Configuring/Binds/ + bindd = SUPER, Q, Quit, killactive, bindd = SUPER SHIFT, T, Terminal, exec, uwsm-app -- alacritty bindd = SUPER SHIFT, F, File Manager, exec, uwsm-app -- nautilus --new-window diff --git a/.config/hypr/envs.conf b/.config/hypr/envs.conf new file mode 100644 index 0000000..51f7bc0 --- /dev/null +++ b/.config/hypr/envs.conf @@ -0,0 +1,5 @@ +# Configure Hyprland Environment Variables +# See https://wiki.hypr.land/Configuring/Environment-variables/ + +env = XCURSOR_SIZE,24 +env = HYPRCURSOR_SIZE,24 diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 87f3d12..c9280c6 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -3,3 +3,4 @@ source = ~/.config/hypr/monitors.conf source = ~/.config/hypr/input.conf source = ~/.config/hypr/bindings.conf +source = ~/.config/hypr/envs.conf diff --git a/.config/hypr/monitors.conf b/.config/hypr/monitors.conf index 5f9e842..fb79789 100644 --- a/.config/hypr/monitors.conf +++ b/.config/hypr/monitors.conf @@ -1,3 +1,6 @@ +# Configure Hyprland Monitors +# See https://wiki.hypr.land/Configuring/Monitors/ + # Optimized for retina-class 2x displays, like 13" 2.8K, 27" 5K, 32" 6K. # env = GDK_SCALE,2 # monitor=,preferred,auto,auto |
