fixing errors
This commit is contained in:
parent
3ab926e9ea
commit
fe75cdfebf
@ -8,7 +8,6 @@ source = ~/.config/hypr/hyprland/group.conf
|
||||
source = ~/.config/hypr/hyprland/binds.conf
|
||||
source = ~/.config/hypr/hyprland/xwayland.conf
|
||||
source = ~/.config/hypr/hyprland/opengl.conf
|
||||
source = ~/.config/hypr/hyprland/binds.conf
|
||||
source = ~/.config/hypr/hyprland/render.conf
|
||||
source = ~/.config/hypr/hyprland/cursor.conf
|
||||
source = ~/.config/hypr/hyprland/layout.conf
|
||||
|
@ -1,5 +1,5 @@
|
||||
animations {
|
||||
enable = true
|
||||
enabled = true
|
||||
first_launch_animation = true
|
||||
# TODO
|
||||
}
|
||||
|
@ -1,16 +1,3 @@
|
||||
binds {
|
||||
pass_mouse_when_bound = false
|
||||
scroll_event_delay = 300
|
||||
workspace_back_and_forth = false
|
||||
allow_workspace_cycles = false
|
||||
workspace_center_on = 0
|
||||
focus_preferred_method = 0
|
||||
ignore_group_lock = false
|
||||
movefocus_cycles_fullscreen = true
|
||||
disable_keybind_grabbing = false
|
||||
window_direction_monitor_fallback = true
|
||||
}
|
||||
|
||||
$mainMod = SUPER
|
||||
|
||||
# Resize
|
||||
|
@ -14,5 +14,5 @@ cursor {
|
||||
enable_hyprcursor = true
|
||||
hide_on_key_press = false
|
||||
hide_on_touch = true
|
||||
use_cpu_buffer = false
|
||||
# use_cpu_buffer = false
|
||||
}
|
||||
|
@ -10,7 +10,7 @@ decoration {
|
||||
screen_shader =
|
||||
|
||||
blur {
|
||||
enable = true
|
||||
enabled = true
|
||||
size = 8
|
||||
passes = 1
|
||||
ignore_opacity = true
|
||||
@ -27,14 +27,14 @@ decoration {
|
||||
}
|
||||
|
||||
shadow {
|
||||
enable = true
|
||||
enabled = true
|
||||
range = 50
|
||||
render_power = 4
|
||||
sharp = false
|
||||
ignore_window = true
|
||||
color = rgba(000000aa)
|
||||
color_inactive =
|
||||
offset = [0,0]
|
||||
# color_inactive =
|
||||
offset = 0, 0
|
||||
scale = 1
|
||||
}
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ general {
|
||||
resize_corner = 0
|
||||
|
||||
snap {
|
||||
enable = false
|
||||
enabled = false
|
||||
window_gap = 10
|
||||
monitor_gap = 10
|
||||
border_overlap = false
|
||||
|
@ -1,7 +1,7 @@
|
||||
input {
|
||||
kb_model = pc105+inet
|
||||
#kb_model = pc105+inet
|
||||
kb_layout = us
|
||||
kb_variant = intl
|
||||
#kb_variant = intl
|
||||
kb_options =
|
||||
kb_rules =
|
||||
kb_file =
|
||||
@ -28,7 +28,7 @@ input {
|
||||
emulate_discrete_scroll = 1
|
||||
|
||||
touchpad {
|
||||
diable_while_typing = true
|
||||
disable_while_typing = true
|
||||
natural_scroll = false
|
||||
scroll_factor = 1.0
|
||||
middle_button_emulation = false
|
||||
@ -42,19 +42,19 @@ input {
|
||||
touchdevice {
|
||||
transform = 0
|
||||
output = Auto
|
||||
enable = true
|
||||
enabled = true
|
||||
}
|
||||
|
||||
tablet {
|
||||
transform = 0
|
||||
output =
|
||||
region_position = [0,0]
|
||||
absolute_region_position = false
|
||||
region_size = [0,0]
|
||||
#output =
|
||||
region_position = 0, 0
|
||||
#absolute_region_position = false
|
||||
region_size = 0, 0
|
||||
relative_input = false
|
||||
left_handed = false
|
||||
active_area_size = [0,0]
|
||||
active_area_position = [0,0]
|
||||
active_area_size = 0, 0
|
||||
active_area_position = 0, 0
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
xwayland {
|
||||
enable = true
|
||||
enabled = true
|
||||
use_nearest_neighbor = true
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user