changed keymap to ultimate keys
This commit is contained in:
@@ -55,6 +55,17 @@ general {
|
|||||||
layout = dwindle
|
layout = dwindle
|
||||||
}
|
}
|
||||||
|
|
||||||
|
render {
|
||||||
|
new_render_scheduling = true
|
||||||
|
}
|
||||||
|
|
||||||
|
cursor {
|
||||||
|
hide_on_key_press = true # Hide cursor when typing
|
||||||
|
persistent_warps = true # Cursor returns to last position in window
|
||||||
|
warp_on_change_workspace = true # Move cursor to focused window on workspace switch
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 5
|
rounding = 5
|
||||||
@@ -153,14 +164,15 @@ misc {
|
|||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||||
input {
|
input {
|
||||||
kb_layout = eu
|
kb_layout = ultimatekeys
|
||||||
kb_options = caps:escape_shifted_capslock, compose:102
|
kb_options = caps:escape_shifted_capslock, compose:102
|
||||||
numlock_by_default = true
|
numlock_by_default = true
|
||||||
repeat_rate = 25
|
repeat_rate = 25
|
||||||
repeat_delay = 600
|
repeat_delay = 600
|
||||||
follow_mouse = 1
|
follow_mouse = 2
|
||||||
mouse_refocus = true
|
mouse_refocus = true
|
||||||
float_switch_override_focus = 1
|
float_switch_override_focus = 1
|
||||||
|
special_fallthrough = true
|
||||||
touchpad {
|
touchpad {
|
||||||
disable_while_typing = true
|
disable_while_typing = true
|
||||||
scroll_factor = 1.0
|
scroll_factor = 1.0
|
||||||
|
Reference in New Issue
Block a user