foot -> ghostty

This commit is contained in:
2026-05-06 17:26:44 +02:00
parent 5506a79667
commit 935044cfb1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
bindm = SUPER,mouse:272,movewindow bindm = SUPER,mouse:272,movewindow
bindm = SUPER,mouse:273,resizewindow bindm = SUPER,mouse:273,resizewindow
bind = SUPER,RETURN,exec, foot bind = SUPER,RETURN,exec, ghostty
bind = SUPER,Q,killactive bind = SUPER,Q,killactive
bind = SUPER,M,exit bind = SUPER,M,exit
bind = SUPER,E,exec, dolphin bind = SUPER,E,exec, dolphin
+1 -1
View File
@@ -1,7 +1,7 @@
hl.bind("SUPER + mouse:272", hl.dsp.window.drag(), { mouse = true }) hl.bind("SUPER + mouse:272", hl.dsp.window.drag(), { mouse = true })
hl.bind("SUPER + mouse:273", hl.dsp.window.resize(), { mouse = true }) hl.bind("SUPER + mouse:273", hl.dsp.window.resize(), { mouse = true })
hl.bind("SUPER + RETURN", hl.dsp.exec_cmd("foot")) hl.bind("SUPER + RETURN", hl.dsp.exec_cmd("ghostty"))
hl.bind("SUPER + Q", hl.dsp.killactive()) hl.bind("SUPER + Q", hl.dsp.killactive())
hl.bind("SUPER + M", hl.dsp.exit()) hl.bind("SUPER + M", hl.dsp.exit())
hl.bind("SUPER + E", hl.dsp.exec_cmd("dolphin")) hl.bind("SUPER + E", hl.dsp.exec_cmd("dolphin"))