mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Merge remote-tracking branch 'refs/remotes/origin/main'
Comment on Discussion When sdata/dist-arch/ Changes / comment_on_discussion (push) Waiting to run
Comment on Discussion When sdata/dist-arch/ Changes / comment_on_discussion (push) Waiting to run
This commit is contained in:
@@ -202,12 +202,12 @@ for i = 1, 10 do
|
|||||||
end, { description = "Window: Send to workspace " .. i })
|
end, { description = "Window: Send to workspace " .. i })
|
||||||
end
|
end
|
||||||
--# We also use raw keycodes because some keyboard layouts register number keys as different chars. The codes can be verified with `wev`
|
--# We also use raw keycodes because some keyboard layouts register number keys as different chars. The codes can be verified with `wev`
|
||||||
for i = 1, 10 do
|
-- for i = 1, 10 do
|
||||||
local numberkey = { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 }
|
-- local numberkey = { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 }
|
||||||
hl.bind("SUPER + ALT + code:" .. numberkey[i], function()
|
-- hl.bind("SUPER + ALT + code:" .. numberkey[i], function()
|
||||||
hl.dispatch(hl.dsp.window.move({ workspace = workspace_in_group(i), follow = false }))
|
-- hl.dispatch(hl.dsp.window.move({ workspace = workspace_in_group(i), follow = false }))
|
||||||
end)
|
-- end)
|
||||||
end
|
-- end
|
||||||
--# keypad numbers
|
--# keypad numbers
|
||||||
for i = 1, 10 do
|
for i = 1, 10 do
|
||||||
local numpadkey = { 87, 88, 89, 83, 84, 85, 79, 80, 81, 90 }
|
local numpadkey = { 87, 88, 89, 83, 84, 85, 79, 80, 81, 90 }
|
||||||
|
|||||||
Reference in New Issue
Block a user