aboutsummaryrefslogtreecommitdiff
path: root/hypr/.config
diff options
context:
space:
mode:
Diffstat (limited to 'hypr/.config')
-rwxr-xr-xhypr/.config/hypr/hyprland.conf24
1 files changed, 12 insertions, 12 deletions
diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf
index 39984b3..365759f 100755
--- a/hypr/.config/hypr/hyprland.conf
+++ b/hypr/.config/hypr/hyprland.conf
@@ -50,7 +50,7 @@ env = GRIMBLAST_HIDE_CURSOR, 0
general {
gaps_in = 4
- gaps_out = 5, 5, 10, 5
+ gaps_out = 4, 4, 4, 4
border_size = 1
@@ -159,13 +159,12 @@ misc {
input {
kb_layout = us, ru
- kb_variant =
- kb_model =
- kb_options = grp:alt_shift_toggle,caps:ctrl_modifier
- kb_rules =
+ kb_options = grp:alt_shift_toggle
+ # kb_variant =
+ # kb_model =
+ # kb_rules =
follow_mouse = 1
-
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
touchpad {
@@ -173,14 +172,15 @@ input {
}
}
-gestures {
- workspace_swipe = true
+device {
+ name = apple-spi-keyboard
+ # All supported options
+ # less /usr/share/X11/xkb/rules/base.lst
+ kb_options = caps:escape,
}
-# Example per-device config
-device {
- name = epic-mouse-v1
- sensitivity = -0.5
+gestures {
+ workspace_swipe = true
}