diff options
| author | Blista Kanjo | 2022-09-01 20:03:35 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-09-01 20:03:35 -0400 |
| commit | a208eadd1289461bab82dd9554a2316898e7d23d (patch) | |
| tree | dc52940c6271490f2df6bd58f4edf9ec16f7b7df /.config/xfce4/xfconf/xfce-perchannel-xml/parole.xml | |
| parent | 77051c67db148b81aadaa562dbbbfff9e5f69bef (diff) | |
refactor: organized the entire repo | feat: added pomodoro aliases inspired by bashbunni
Diffstat (limited to '.config/xfce4/xfconf/xfce-perchannel-xml/parole.xml')
| -rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/parole.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/parole.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/parole.xml new file mode 100644 index 0000000..c02c179 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/parole.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="parole" version="1.0"> + <property name="subtitles" type="empty"> + <property name="font" type="string" value="Sans Bold 20"/> + </property> + <property name="folders" type="empty"> + <property name="last-used-media" type="string" value="/run/media/kylert/KYLE_1000"/> + </property> + <property name="window" type="empty"> + <property name="maximized" type="bool" value="false"/> + </property> + <property name="audio" type="empty"> + <property name="volume" type="int" value="50"/> + </property> +</channel> |
