Skip to content

Instantly share code, notes, and snippets.

View jp1995's full-sized avatar

Johan jp1995

  • Tallinn
  • 02:20 (UTC +03:00)
View GitHub Profile
@jp1995
jp1995 / win11.xml
Created May 30, 2020 15:44
win11.xml
<!--
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
virsh edit win11
or other application using the libvirt API.
-->
<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>win11</name>
<uuid>7fae6522-e62e-42be-890f-a65c8e742e8a</uuid>
@jp1995
jp1995 / win12.xml
Last active August 21, 2020 09:20
<!--
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
virsh edit win12
or other application using the libvirt API.
-->
<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>win12</name>
<uuid>5bb658fe-898c-4d7f-bd09-955f4e0cf387</uuid>
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod4
#Autostart on startup
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
exec /home/johan/i3lm/layout.sh
exec discord
[
{
"border": "normal",
"floating": "auto_off",
"fullscreen_mode": 0,
"layout": "splitv",
"percent": 1,
"type": "con",
"nodes": [
{
rofi usage:
rofi [-options ...]
Command line only options:
-no-config Do not load configuration, use default values.
-v,-version Print the version number and exit.
-dmenu Start in dmenu mode.
-display [string] X server to contact.
${DISPLAY}
-h,-help This help message.