Merge updates from recent build
This commit is contained in:
@ -1,20 +1,20 @@
|
||||
# launch compton
|
||||
al-compositor --start &
|
||||
|
||||
$HOME/.config/setup &
|
||||
~/.config/setup &
|
||||
|
||||
# restore wallpaper
|
||||
nitrogen --restore &
|
||||
|
||||
# panel
|
||||
al-tint2-session &
|
||||
sleep 1; launch-polybar &
|
||||
sleep 1; $HOME/.config/polybar/scripts/launch-polybar &
|
||||
|
||||
# Openbox autostart
|
||||
ob-autostart -d &
|
||||
|
||||
## GNOME PolicyKit authentication
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
# PolicyKit authentication
|
||||
lxpolkit &
|
||||
|
||||
# Required for xfce setting to work
|
||||
xfsettingsd &
|
||||
@ -24,4 +24,5 @@ sleep 2; al-conky-session &
|
||||
|
||||
xdg-user-dirs-gtk-update &
|
||||
|
||||
panel-switch &
|
||||
#termite --exec=al-hello &
|
||||
al-panel-chooser &
|
||||
|
@ -128,6 +128,11 @@
|
||||
<menu execute="al-polybar-pipemenu" id="PolybarPipeMenu" label="Polybar"/>
|
||||
<menu execute="al-conky-pipemenu" id="ConkyPipeMenu" label="Conky"/>
|
||||
<menu execute="al-tint2-pipemenu" id="TintPipeMenu" label="Tint2"/>
|
||||
<item label="Panel Chooser">
|
||||
<action name="Execute">
|
||||
<command>al-panel-chooser</command>
|
||||
</action>
|
||||
</item>
|
||||
<separator/>
|
||||
<item label="Appearance">
|
||||
<action name="Execute">
|
||||
|
41
home/.config/openbox/rc.xml
Executable file → Normal file
41
home/.config/openbox/rc.xml
Executable file → Normal file
@ -1,4 +1,3 @@
|
||||
<?xml version="1.0"?>
|
||||
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<resistance>
|
||||
<strength>10</strength>
|
||||
@ -40,7 +39,7 @@
|
||||
'Active' - where the active window is -->
|
||||
</placement>
|
||||
<theme>
|
||||
<name>ArchLabs-Dark</name>
|
||||
<name>gorice</name>
|
||||
<titleLayout>NLIMC</titleLayout>
|
||||
<!--
|
||||
available characters are NDSLIMC, each can occur at most once.
|
||||
@ -126,11 +125,6 @@
|
||||
<name>3</name>
|
||||
<name>4</name>
|
||||
<name>5</name>
|
||||
<name>6</name>
|
||||
<name>7</name>
|
||||
<name>8</name>
|
||||
<name>9</name>
|
||||
<name>10</name>
|
||||
</names>
|
||||
<popupTime>800</popupTime>
|
||||
<!-- The number of milliseconds to show the popup for when switching
|
||||
@ -181,6 +175,7 @@
|
||||
<!-- 'Left', 'Middle', 'Right' -->
|
||||
</dock>
|
||||
<keyboard>
|
||||
<chainQuitKey/>
|
||||
<keybind key="W-1">
|
||||
<action name="GoToDesktop">
|
||||
<to>1</to>
|
||||
@ -208,31 +203,32 @@
|
||||
</keybind>
|
||||
<keybind key="S-W-1">
|
||||
<action name="SendToDesktop">
|
||||
<to>1</to>
|
||||
<desktop>1</desktop>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="S-W-2">
|
||||
<action name="SendToDesktop">
|
||||
<to>2</to>
|
||||
<desktop>1</desktop>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="S-W-3">
|
||||
<action name="SendToDesktop">
|
||||
<to>3</to>
|
||||
<desktop>1</desktop>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="S-W-4">
|
||||
<action name="SendToDesktop">
|
||||
<to>4</to>
|
||||
<desktop>1</desktop>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="S-W-5">
|
||||
<action name="SendToDesktop">
|
||||
<to>5</to>
|
||||
<desktop>1</desktop>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="A-Tab">
|
||||
<action name="NextWindow">
|
||||
<allDesktops>yes</allDesktops>
|
||||
<raise>yes</raise>
|
||||
<finalactions>
|
||||
<action name="Focus"/>
|
||||
@ -327,13 +323,11 @@
|
||||
<command>scrot -d 5 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f'</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<!-- Needed for super key to launch rofi -->
|
||||
<keybind key="A-F1">
|
||||
<action name="Execute">
|
||||
<command>rofi-apps</command>
|
||||
<command>~/bin/rofi-gorice</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<!-- -->
|
||||
<keybind key="W-f">
|
||||
<action name="Execute">
|
||||
<command>exo-open --launch FileManager</command>
|
||||
@ -391,7 +385,7 @@
|
||||
</keybind>
|
||||
<keybind key="W-S-r">
|
||||
<action name="Execute">
|
||||
<command>~/.config/polybar/scripts/launch.sh --reload</command>
|
||||
<command>launch-polybar --reload</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-S-BackSpace">
|
||||
@ -431,9 +425,6 @@
|
||||
<command>xfce4-settings-manager</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<!--
|
||||
Beginning of tile binds
|
||||
-->
|
||||
<keybind key="W-KP_1">
|
||||
<action name="UnmaximizeFull"/>
|
||||
<action name="MoveResizeTo">
|
||||
@ -545,6 +536,11 @@
|
||||
<width>50%</width>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-A-Delete">
|
||||
<action name="Execute">
|
||||
<command>exit-openbox</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-A-Right">
|
||||
<action name="UnmaximizeFull"/>
|
||||
<action name="MaximizeVert"/>
|
||||
@ -554,9 +550,6 @@
|
||||
<width>50%</width>
|
||||
</action>
|
||||
</keybind>
|
||||
<!--
|
||||
End of Tiling Binds
|
||||
-->
|
||||
</keyboard>
|
||||
<mouse>
|
||||
<dragThreshold>4</dragThreshold>
|
||||
@ -592,7 +585,7 @@
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
<mousebind button="Left" action="Drag">
|
||||
<mousebind action="Drag" button="Left">
|
||||
<action name="if">
|
||||
<maximizedvertical>yes</maximizedvertical>
|
||||
<then>
|
||||
@ -940,7 +933,7 @@
|
||||
<desktop>4</desktop>
|
||||
<focus>yes</focus>
|
||||
</application>
|
||||
<application class="geany">
|
||||
<application class="mousepad">
|
||||
<desktop>5</desktop>
|
||||
<focus>yes</focus>
|
||||
</application>
|
||||
|
Reference in New Issue
Block a user