diff options
Diffstat (limited to '.config/hypr/hyprland.conf')
-rw-r--r-- | .config/hypr/hyprland.conf | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 516432d..329117c 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf | |||
@@ -11,6 +11,8 @@ source = ~/.config/hypr/conf/sound_brightness_notifications.conf | |||
11 | 11 | ||
12 | source = ~/.config/hypr/conf/windowrules.conf | 12 | source = ~/.config/hypr/conf/windowrules.conf |
13 | 13 | ||
14 | source = ~/.config/hypr/conf/gestures.conf | ||
15 | |||
14 | # Some default env vars. | 16 | # Some default env vars. |
15 | env = GDK_BACKEND,wayland,x11,* | 17 | env = GDK_BACKEND,wayland,x11,* |
16 | env = QT_QPA_PLATFORM,wayland;xcb | 18 | env = QT_QPA_PLATFORM,wayland;xcb |
@@ -30,10 +32,10 @@ env = SEMESTER_THEME,you got this | |||
30 | 32 | ||
31 | # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ | 33 | # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ |
32 | input { | 34 | input { |
33 | kb_layout = us | 35 | kb_layout = us,tr |
34 | kb_variant = colemak | 36 | kb_variant = colemak, |
35 | kb_model = | 37 | kb_model = |
36 | kb_options = | 38 | kb_options = grp:alt_shift_toggle |
37 | kb_rules = | 39 | kb_rules = |
38 | numlock_by_default = true | 40 | numlock_by_default = true |
39 | 41 | ||
@@ -106,14 +108,10 @@ master { | |||
106 | new_status = master | 108 | new_status = master |
107 | } | 109 | } |
108 | 110 | ||
109 | gestures { | ||
110 | # See https://wiki.hyprland.org/Configuring/Variables/ | ||
111 | workspace_swipe = on | ||
112 | } | ||
113 | |||
114 | misc { | 111 | misc { |
115 | # See https://wiki.hyprland.org/Configuring/Variables/ | 112 | # See https://wiki.hyprland.org/Configuring/Variables/ |
116 | force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers | 113 | force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers |
114 | enable_anr_dialog = false | ||
117 | } | 115 | } |
118 | 116 | ||
119 | binds { | 117 | binds { |