Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christopher League
nixvm
Commits
2ca6f008
Commit
2ca6f008
authored
Dec 20, 2018
by
Christopher League
Browse files
logout is on menu, so just poweroff button
parent
56f3859b
Changes
2
Hide whitespace changes
Inline
Side-by-side
notes.org
View file @
2ca6f008
...
...
@@ -55,10 +55,11 @@ steps:
* Reducing size of image
The VMDK is now 2.0 GB. Let's see if we can reduce that.
- Settings » Storage » Attach CD iso again
- Start
- nix-collect-garbage --delete-old
- nixos-rebuild switch # to update GRUB menu
- poweroff
- Settings » Storage » Attach CD iso again
- Start
- nix-shell -p zerofree --command 'zerofree -v /dev/sda2'
- dd if=/dev/zero of=/dev/sda1 bs=1M
- mkswap -L swap /dev/sda1
...
...
skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
View file @
2ca6f008
...
...
@@ -26,7 +26,7 @@
<property
name=
"button-icon"
type=
"string"
value=
"applications-system"
/>
</property>
<property
name=
"plugin-2"
type=
"string"
value=
"actions"
>
<property
name=
"appearance"
type=
"uint"
value=
"
1
"
/>
<property
name=
"appearance"
type=
"uint"
value=
"
0
"
/>
<property
name=
"invert-orientation"
type=
"bool"
value=
"false"
/>
<property
name=
"items"
type=
"array"
>
<value
type=
"string"
value=
"-lock-screen"
/>
...
...
@@ -38,7 +38,7 @@
<value
type=
"string"
value=
"+shutdown"
/>
<value
type=
"string"
value=
"-restart"
/>
<value
type=
"string"
value=
"-separator"
/>
<value
type=
"string"
value=
"
+
logout"
/>
<value
type=
"string"
value=
"
-
logout"
/>
<value
type=
"string"
value=
"-logout-dialog"
/>
</property>
</property>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment