diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-06-14 19:29:33 +0300 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-06-14 19:29:33 +0300 |
| commit | 56082af20a8712570edd6ed523baad4755ecd241 (patch) | |
| tree | 2366ad69de817a80403cdcbe5cdd48ad90106bd6 /config/hypr/hyprland.conf | |
init
Diffstat (limited to 'config/hypr/hyprland.conf')
| -rw-r--r-- | config/hypr/hyprland.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf new file mode 100644 index 000000000..31017f56e --- /dev/null +++ b/config/hypr/hyprland.conf @@ -0,0 +1,30 @@ +source = ./source.conf +source = ./macchiato.conf +source = ./decoration.conf +source = ./keybindings.conf +source = ./animations.conf +source = ./windowrule.conf + +monitor = HDMI-A-1, 1920x1080@100, 0x0, 1 + +exec-once = waybar & +exec-once = hyprpaper & +//exec-once = qs -c noctalia-shell +dwindle { + preserve_split = true +} + +master { + new_status = master +} +input { + kb_layout = us, ru + kb_variant = + kb_model = + kb_options = grp:alt_shift_toggle, caps:none + kb_rules = + #left_handed = true + follow_mouse = 1 + sensitivity = 0 +} + |
