.
This commit is contained in:
parent
c6e6767f0a
commit
6f5bc22662
4 changed files with 11 additions and 1 deletions
7
files/.config/luakit/userconf.lua
Normal file
7
files/.config/luakit/userconf.lua
Normal 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
2
files/.local/bin/librewolf
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec cage librewolf-wayland $@
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
LIBGL_ALWAYS_SOFTWARE=1 /usr/bin/luakit $@
|
LIBGL_ALWAYS_SOFTWARE=1 exec /usr/bin/luakit $@
|
||||||
|
|
|
||||||
1
pkgs.txt
1
pkgs.txt
|
|
@ -1,6 +1,7 @@
|
||||||
alsa-tools
|
alsa-tools
|
||||||
alsa-utils
|
alsa-utils
|
||||||
base-system
|
base-system
|
||||||
|
cage
|
||||||
chrony
|
chrony
|
||||||
dash-libedit
|
dash-libedit
|
||||||
dbus
|
dbus
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue