This commit is contained in:
kento2 2025-11-19 19:41:14 +01:00
parent c6e6767f0a
commit 6f5bc22662
4 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,7 @@
local modes = require "modes"
modes.add_binds("normal", {
{ "<Control-c>", "Copy selected text.", function ()
luakit.selection.clipboard = luakit.selection.primary
end},
})

2
files/.local/bin/librewolf Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec cage librewolf-wayland $@

View file

@ -1,2 +1,2 @@
#!/bin/sh
LIBGL_ALWAYS_SOFTWARE=1 /usr/bin/luakit $@
LIBGL_ALWAYS_SOFTWARE=1 exec /usr/bin/luakit $@

View file

@ -1,6 +1,7 @@
alsa-tools
alsa-utils
base-system
cage
chrony
dash-libedit
dbus