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/xfce4-session.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/xfce4-session.xml')
| -rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml new file mode 100644 index 0000000..28ff076 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-session" version="1.0"> + <property name="general" type="empty"> + <property name="FailsafeSessionName" type="empty"/> + <property name="LockCommand" type="empty"/> + <property name="SessionName" type="string" value="Default"/> + <property name="SaveOnExit" type="bool" value="false"/> + </property> + <property name="sessions" type="empty"> + <property name="Failsafe" type="empty"> + <property name="IsFailsafe" type="empty"/> + <property name="Count" type="empty"/> + <property name="Client0_Command" type="array"> + <value type="string" value="xfwm4"/> + </property> + <property name="Client0_Priority" type="empty"/> + <property name="Client0_PerScreen" type="empty"/> + <property name="Client1_Command" type="empty"/> + <property name="Client1_Priority" type="empty"/> + <property name="Client1_PerScreen" type="empty"/> + <property name="Client2_Command" type="empty"/> + <property name="Client2_Priority" type="empty"/> + <property name="Client2_PerScreen" type="empty"/> + <property name="Client3_Command" type="empty"/> + <property name="Client3_Priority" type="empty"/> + <property name="Client3_PerScreen" type="empty"/> + <property name="Client4_Command" type="empty"/> + <property name="Client4_Priority" type="empty"/> + <property name="Client4_PerScreen" type="empty"/> + </property> + </property> + <property name="compat" type="empty"> + <property name="LaunchGNOME" type="bool" value="true"/> + <property name="LaunchKDE" type="bool" value="true"/> + </property> +</channel> |
