mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
foot -> ghostty
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
bindm = SUPER,mouse:272,movewindow
|
||||
bindm = SUPER,mouse:273,resizewindow
|
||||
|
||||
bind = SUPER,RETURN,exec, foot
|
||||
bind = SUPER,RETURN,exec, ghostty
|
||||
bind = SUPER,Q,killactive
|
||||
bind = SUPER,M,exit
|
||||
bind = SUPER,E,exec, dolphin
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
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 + 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 + M", hl.dsp.exit())
|
||||
hl.bind("SUPER + E", hl.dsp.exec_cmd("dolphin"))
|
||||
|
||||
Reference in New Issue
Block a user