hyprland and fred config changes

This commit is contained in:
2026-06-15 12:09:16 +01:00
parent 67f6cbda66
commit e2650d30bc
3 changed files with 10 additions and 4 deletions
+7 -1
View File
@@ -385,4 +385,10 @@ mods = ['Ctrl']
group = 'ED'
fn = 'cursor_down'
key = 'J'
mods = ['Ctrl']
mods = ['Ctrl']
[[binding.custom]]
group = 'ED'
fn = ''
key = 'Null'
mods = []
+1 -1
View File
@@ -23,7 +23,7 @@ hl.bind(mainMod .. " + SHIFT + N", hl.dsp.exec_cmd("dms ipc call night toggle"))
hl.bind(mainMod .. " + CTRL + B", hl.dsp.exec_cmd("dms ipc call bar toggle"))
hl.bind(mainMod .. " + CTRL + Q", hl.dsp.exec_cmd(lock))
hl.bind(mainMod .. " + C", hl.dsp.window.kill())
hl.bind(mainMod .. " + C", hl.dsp.window.close())
hl.bind("ALT + F4", hl.dsp.window.kill())
hl.bind(mainMod .. " + F", hl.dsp.window.float({ action = "toggle" }))
hl.bind(mainMod .. " + CTRL + F", hl.dsp.window.fullscreen({ action = "toggle" }))
+2 -2
View File
@@ -20,7 +20,7 @@ hl.config({
gaps_in = gaps_in,
gaps_out = gaps_out,
border_size = 2,
resize_on_border = true,
resize_on_border = false,
allow_tearing = true,
layout = "scrolling",
col = {
@@ -46,7 +46,7 @@ hl.config({
},
input = {
touchpad = {
disable_while_typing = true,
disable_while_typing = false,
drag_lock = false,
middle_button_emulation = true,
natural_scroll = true,