fixing errors

This commit is contained in:
Nicolai Van der Storm 2024-11-22 16:39:53 +01:00
parent 3ab926e9ea
commit fe75cdfebf
8 changed files with 18 additions and 32 deletions

View File

@ -8,7 +8,6 @@ source = ~/.config/hypr/hyprland/group.conf
source = ~/.config/hypr/hyprland/binds.conf source = ~/.config/hypr/hyprland/binds.conf
source = ~/.config/hypr/hyprland/xwayland.conf source = ~/.config/hypr/hyprland/xwayland.conf
source = ~/.config/hypr/hyprland/opengl.conf source = ~/.config/hypr/hyprland/opengl.conf
source = ~/.config/hypr/hyprland/binds.conf
source = ~/.config/hypr/hyprland/render.conf source = ~/.config/hypr/hyprland/render.conf
source = ~/.config/hypr/hyprland/cursor.conf source = ~/.config/hypr/hyprland/cursor.conf
source = ~/.config/hypr/hyprland/layout.conf source = ~/.config/hypr/hyprland/layout.conf

View File

@ -1,5 +1,5 @@
animations { animations {
enable = true enabled = true
first_launch_animation = true first_launch_animation = true
# TODO # TODO
} }

View File

@ -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 $mainMod = SUPER
# Resize # Resize

View File

@ -14,5 +14,5 @@ cursor {
enable_hyprcursor = true enable_hyprcursor = true
hide_on_key_press = false hide_on_key_press = false
hide_on_touch = true hide_on_touch = true
use_cpu_buffer = false # use_cpu_buffer = false
} }

View File

@ -10,7 +10,7 @@ decoration {
screen_shader = screen_shader =
blur { blur {
enable = true enabled = true
size = 8 size = 8
passes = 1 passes = 1
ignore_opacity = true ignore_opacity = true
@ -27,14 +27,14 @@ decoration {
} }
shadow { shadow {
enable = true enabled = true
range = 50 range = 50
render_power = 4 render_power = 4
sharp = false sharp = false
ignore_window = true ignore_window = true
color = rgba(000000aa) color = rgba(000000aa)
color_inactive = # color_inactive =
offset = [0,0] offset = 0, 0
scale = 1 scale = 1
} }
} }

View File

@ -17,7 +17,7 @@ general {
resize_corner = 0 resize_corner = 0
snap { snap {
enable = false enabled = false
window_gap = 10 window_gap = 10
monitor_gap = 10 monitor_gap = 10
border_overlap = false border_overlap = false

View File

@ -1,7 +1,7 @@
input { input {
kb_model = pc105+inet #kb_model = pc105+inet
kb_layout = us kb_layout = us
kb_variant = intl #kb_variant = intl
kb_options = kb_options =
kb_rules = kb_rules =
kb_file = kb_file =
@ -28,7 +28,7 @@ input {
emulate_discrete_scroll = 1 emulate_discrete_scroll = 1
touchpad { touchpad {
diable_while_typing = true disable_while_typing = true
natural_scroll = false natural_scroll = false
scroll_factor = 1.0 scroll_factor = 1.0
middle_button_emulation = false middle_button_emulation = false
@ -42,19 +42,19 @@ input {
touchdevice { touchdevice {
transform = 0 transform = 0
output = Auto output = Auto
enable = true enabled = true
} }
tablet { tablet {
transform = 0 transform = 0
output = #output =
region_position = [0,0] region_position = 0, 0
absolute_region_position = false #absolute_region_position = false
region_size = [0,0] region_size = 0, 0
relative_input = false relative_input = false
left_handed = false left_handed = false
active_area_size = [0,0] active_area_size = 0, 0
active_area_position = [0,0] active_area_position = 0, 0
} }
} }

View File

@ -1,5 +1,5 @@
xwayland { xwayland {
enable = true enabled = true
use_nearest_neighbor = true use_nearest_neighbor = true
force_zero_scaling = true force_zero_scaling = true
} }