-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhyprland.conf
210 lines (166 loc) · 6.4 KB
/
hyprland.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# █▀▀ █▄░█ █░█ █░█ ▄▀█ █▀█
# ██▄ █░▀█ ▀▄▀ ▀▄▀ █▀█ █▀▄
source = ~/.config/hypr/env.conf
source = ~/.config/hypr/startup.conf
source = ~/.config/hypr/keybindings.conf
source = ~/.config/hypr/windowrules.conf
# █▀▄▀█ █▀█ █▄░█ █ ▀█▀ █▀█ █▀█
# █░▀░█ █▄█ █░▀█ █ ░█░ █▄█ █▀▄
# monitor = device,resolution@refreshrate,position,rendersize
# monitor=,preferred,auto,1
monitor=eDP-1,1920x1080@60,auto,1
# █▀▀ █▀▀ █▄░█ █▀▀ █▀█ ▄▀█ █░░
# █▄█ ██▄ █░▀█ ██▄ █▀▄ █▀█ █▄▄
general {
gaps_in = 5
gaps_out = 10
border_size = 3
# Default: (#33ccff #00ff99) 45deg
col.active_border = rgb(89B4FA) rgb(A6E3A1) 45deg
col.inactive_border = rgba(595959aa)
layout = dwindle
allow_tearing = false
resize_on_border = true
}
# █▀▀ █░█ █▀█ █▀ █▀█ █▀█
# █▄▄ █▄█ █▀▄ ▄█ █▄█ █▀▄
cursor {
inactive_timeout = 3
no_warps = true # removes the stupid cursor centering problem :D
hide_on_touch = true
}
# █▀▄ █▀▀ █▀▀ █▀█ █▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
# █▄▀ ██▄ █▄▄ █▄█ █▀▄ █▀█ ░█░ █ █▄█ █░▀█
decoration {
rounding = 10
# █▀█ █▀█ ▄▀█ █▀▀ █ ▀█▀ █▄█
# █▄█ █▀▀ █▀█ █▄▄ █ ░█░ ░█░
active_opacity = 1.0
inactive_opacity = 1.0
fullscreen_opacity = 1.0
dim_inactive = true
dim_strength = 0.2
# █▀ █░█ ▄▀█ █▀▄ █▀█ █░█░█
# ▄█ █▀█ █▀█ █▄▀ █▄█ ▀▄▀▄▀
shadow {
enabled = false
range = 4
render_power = 3
ignore_window = true
color = rgba(1a1a1aee)
}
# █▄▄ █░░ █░█ █▀█
# █▄█ █▄▄ █▄█ █▀▄
blur {
enabled = true
size = 8
passes = 2
new_optimizations = true
xray = true
# noise = 0.3
# brightness = 1.0
contrast = 0.6
special = false # specialWorkspace
popups = true
}
}
# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█ █▀
# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█ ▄█
animations {
enabled = yes
first_launch_animation = true
# █▄▄ █▀▀ ▀█ █ █▀▀ █▀█ █▀▀ █░█ █▀█ █░█ █▀▀
# █▄█ ██▄ █▄ █ ██▄ █▀▄ █▄▄ █▄█ █▀▄ ▀▄▀ ██▄
# Can be Generated from here: cssportal.com/css-cubic-bezier-generator
# bezier = quickie, 0.05, 0.9, 0.1, 1.05 # Somewhat quicker curve
# bezier = bounce,1,1.6,0.1,0.85 # Impact shocks!!! (might be distracting)
# bezier = overshot,0.7,0.6,0.1,1.1 # An elastic bounce withou impact shock
# bezier = slingshot,1,-1,0.15,1.25 # Works best for windowsMove
# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
# animation = NAME,ONOFF,SPEED,CURVE,STYLE(optional)
# 1 speed = 100ms
# Windows styles: slide, popin
# animation = windows, 1, 7, default
animation = windowsIn, 1, 7, default, popin 80%
animation = windowsOut, 1, 7, default, popin 80%
animation = windowsMove, 1, 7, default, popin 80%
animation = fade, 1, 7, default
# Layers styles: slide, popin, fade
animation = layers, 1, 7, default
# Workspace styles: slide, slidevert, fade, slidefade, slidefadevert
animation = workspaces, 1, 7, default
animation = specialWorkspace, 1, 7, default, slidevert
# Disabled
animation = border, 0
animation = borderangle, 0
}
# █ █▄░█ █▀█ █░█ ▀█▀
# █ █░▀█ █▀▀ █▄█ ░█░
input {
kb_layout=us
kb_variant=
kb_model=
kb_options=
kb_rules=
# repeat_rate=30
# repeat_delay=300
numlock_by_default=1
left_handed=0
follow_mouse=2
mouse_refocus=false
float_switch_override_focus=0
# force_no_accel=1
# ▀█▀ █▀█ █░█ █▀▀ █░█ █▀█ ▄▀█ █▀▄
# ░█░ █▄█ █▄█ █▄▄ █▀█ █▀▀ █▀█ █▄▀
touchpad {
# Disable the touchpad while typing
disable_while_typing=1
# Multiplier applied to the amount of scroll movement
scroll_factor = 1.0
# Scrolling moves content directly instead of manipulating a scrollbar
natural_scroll=1
# Tapping with 1, 2, or 3 fingers will be mapped to LMB, RMB, and MMB
tap-to-click=1
# lifting the finger off for a short time while dragging will not drop the dragged item
drag_lock=1
# Sets the tap and drag mode for the touchpad
tap-and-drag=1
}
}
# █▀▀ █▀▀ █▀ ▀█▀ █░█ █▀█ █▀▀ █▀
# █▄█ ██▄ ▄█ ░█░ █▄█ █▀▄ ██▄ ▄█
gestures {
workspace_swipe=1
workspace_swipe_fingers=3
workspace_swipe_distance=400
workspace_swipe_invert=1
workspace_swipe_min_speed_to_force=30
workspace_swipe_cancel_ratio=0.5
workspace_swipe_create_new=1
workspace_swipe_forever=1
}
# █░░ ▄▀█ █▄█ █▀█ █░█ ▀█▀ █▀
# █▄▄ █▀█ ░█░ █▄█ █▄█ ░█░ ▄█
dwindle {
pseudotile = yes # master switch for pseudotiling.
preserve_split = yes # you probably want this
}
# █▀▄▀█ █ █▀ █▀▀
# █░▀░█ █ ▄█ █▄▄
misc {
# Variable Frame Rate (saves battery)
vfr = true
# Disable splash text rendering
disable_splash_rendering = true
# Default Wallpapers: [-1/0/1/2] 1-Shards 2-Anime
force_default_wallpaper = 1
# needs to be reloaded with hyprctl reload (saves battery)
disable_autoreload = true
# Window Swallowing
enable_swallow = true
swallow_regex = ^(kitty)$
}
ecosystem {
no_update_news = true
}