Compare commits

...

2 Commits

Author SHA1 Message Date
AramJonghu 4e4484b9fc foot -> ghostty with start minimized 2026-05-06 17:41:34 +02:00
AramJonghu 935044cfb1 foot -> ghostty 2026-05-06 17:26:44 +02:00
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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"))
+1
View File
@@ -5,3 +5,4 @@ exec-once = wl-paste --type image --watch cliphist store
exec-once = nextcloud --background
exec-once = hyprsunset -i
exec-once = nm-applet
exec-once = ghostty --start-minimized
+1
View File
@@ -5,4 +5,5 @@ hl.on("hyprland.start", function()
hl.exec.cmd("wl-paste --type text --watch cliphist store")
hl.exec.cmd("wl-paste --type image --watch cliphist store")
hl.exec.cmd("hyprsunset -i")
hl.exec.cmd("ghostty --start-minimized")
end)