mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-08 06:08:24 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e4484b9fc | |||
| 935044cfb1 |
+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"))
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user