New backup 2024-12-19 09:45:02
This commit is contained in:
parent
f61641c585
commit
c0c0ed80cf
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
||||||
|
|
||||||
focus_follows_mouse always
|
|
||||||
|
|
||||||
#macbook touchpad
|
#macbook touchpad
|
||||||
input 1452:641:Apple_Internal_Keyboard_/_Trackpad {
|
input 1452:641:Apple_Internal_Keyboard_/_Trackpad {
|
||||||
scroll_factor 1
|
scroll_factor 1
|
||||||
|
|
|
@ -8,3 +8,5 @@ podman run -d --privileged \
|
||||||
--name=debian-sid-dev \
|
--name=debian-sid-dev \
|
||||||
--systemd=true quay.io/toolbx-images/debian-toolbox \
|
--systemd=true quay.io/toolbx-images/debian-toolbox \
|
||||||
/sbin/init
|
/sbin/init
|
||||||
|
|
||||||
|
podman exec --env POD_PATH=$(pwd | sed "s|${HOME}|/root|") -t debian-sid-dev /bin/bash -c 'apt-get update;apt-get upgrade -y;apt-get install -y iputils-ping devscripts dh-make'
|
||||||
|
|
Loading…
Add table
Reference in a new issue