diff --git a/Jenkinsfile b/Jenkinsfile index 681fd9e..b2aab44 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -130,6 +130,8 @@ pipeline { cp -R /usr/share/live-helper/templates/* config/templates/ sed -i \ + -e 's|^menu vshift.*|menu vshift 40|' \ + -e 's|^menu hshift.*|menu hshift 60|' \ -e 's|^menu width.*|menu width 60|' \ -e 's|^menu color sel.*|menu color sel * #ff82c059 #c01f1f1f none|' \ -e 's|^menu color unsel.*|menu color unsel * #8082c059 #c01f1f1f none|' \ diff --git a/desktop b/desktop index 0484476..3d3fe04 100644 --- a/desktop +++ b/desktop @@ -63,3 +63,5 @@ xeji gksu autocutsel xscreensaver +beep +xclip diff --git a/internal/rootfs/etc/skel/.fluxbox/keys b/internal/rootfs/etc/skel/.fluxbox/keys index c207d73..47d3256 100644 --- a/internal/rootfs/etc/skel/.fluxbox/keys +++ b/internal/rootfs/etc/skel/.fluxbox/keys @@ -19,4 +19,5 @@ Mod1 F10 :Workspace 10 Mod1 F11 :Workspace 11 Mod1 F12 :Workspace 12 -Control Mod1 Delete :ExecCommand urxvt -e htop \ No newline at end of file +Control Mod1 Delete :ExecCommand urxvt -e htop +Control Shift c :ExecCommand xclip -o | xclip -selection clipboard \ No newline at end of file