This commit is contained in:
committed by
Git OBS Bridge
parent
e033e15a28
commit
7cab87099e
@@ -14,8 +14,8 @@ a file generated by ./src/genpref. To edit the patch:
|
||||
vi lib/preferences
|
||||
quilt refresh
|
||||
---
|
||||
src/preferences | 6 ++++++
|
||||
1 file changed, 6 insertions(+)
|
||||
src/preferences | 12 ++++++------
|
||||
1 file changed, 6 insertions(+), 6 deletions(-)
|
||||
|
||||
Index: src/preferences
|
||||
===================================================================
|
||||
@@ -29,37 +29,47 @@ Index: src/preferences
|
||||
|
||||
# Mailbox path (use $MAIL instead)
|
||||
# MailBoxPath=""
|
||||
@@ -558,6 +559,7 @@
|
||||
@@ -545,7 +545,7 @@
|
||||
# NewMailCommand=""
|
||||
|
||||
# Command to lock display/screensaver
|
||||
# LockCommand=""
|
||||
-# LockCommand=""
|
||||
+LockCommand="xlock -mousemotion"
|
||||
|
||||
# Command to run on clock
|
||||
# ClockCommand="xclock -name icewm -title Clock"
|
||||
@@ -582,9 +584,11 @@
|
||||
@@ -569,10 +569,10 @@
|
||||
# LogoutCancelCommand=""
|
||||
|
||||
# Command to shutdown the system
|
||||
# ShutdownCommand="/bin/sh -c "{ test -e /run/systemd/system && systemctl poweroff; } ||:""
|
||||
-# ShutdownCommand="/bin/sh -c "{ test -e /run/systemd/system && systemctl poweroff; } ||:""
|
||||
+ShutdownCommand="/bin/sh -c 'systemctl poweroff ||:'"
|
||||
|
||||
# Command to reboot the system
|
||||
# RebootCommand="/bin/sh -c "{ test -e /run/systemd/system && systemctl reboot; } ||:""
|
||||
-# RebootCommand="/bin/sh -c "{ test -e /run/systemd/system && systemctl reboot; } ||:""
|
||||
+RebootCommand="/bin/sh -c 'systemctl reboot ||:'"
|
||||
|
||||
# Command to run on CPU status
|
||||
# CPUStatusCommand="xterm -name top -title Process\ Status -e top"
|
||||
@@ -1362,12 +1366,14 @@
|
||||
@@ -1328,19 +1328,19 @@
|
||||
#
|
||||
|
||||
# Display desktop background centered and not tiled
|
||||
-# DesktopBackgroundCenter=0 # 0/1
|
||||
+DesktopBackgroundCenter=0 # 0/1
|
||||
|
||||
# Support for semitransparent terminals like Eterm or gnome-terminal
|
||||
# SupportSemitransparency=1 # 0/1
|
||||
|
||||
# Desktop background scaled to full screen
|
||||
# DesktopBackgroundScaled=0 # 0/1
|
||||
-# DesktopBackgroundScaled=0 # 0/1
|
||||
+DesktopBackgroundScaled=1 # 0/1
|
||||
|
||||
# Desktop background color
|
||||
# DesktopBackgroundColor="rgb:00/20/40"
|
||||
|
||||
# Desktop background image
|
||||
# DesktopBackgroundImage=""
|
||||
-# DesktopBackgroundImage=""
|
||||
+DesktopBackgroundImage="BRANDING_PICTURE"
|
||||
|
||||
# Color to announce for semi-transparent windows
|
||||
|
Reference in New Issue
Block a user