Clean up configs, remove bashrc conflicting with bash
This commit is contained in:
@ -6,9 +6,12 @@ $HOME/.config/setup &
|
||||
# restore wallpaper
|
||||
nitrogen --restore &
|
||||
|
||||
# enable numlock
|
||||
numlockx on &
|
||||
|
||||
# panel
|
||||
al-tint2-session &
|
||||
sleep 1; $HOME/.config/polybar/scripts/launch-polybar &
|
||||
sleep 1; ~/bin/launch-polybar &
|
||||
|
||||
# Openbox autostart
|
||||
ob-autostart -d &
|
||||
|
@ -8,15 +8,13 @@
|
||||
## GNOME Keyring
|
||||
export $(gnome-keyring-daemon --start --components=pkcs11,secrets)
|
||||
|
||||
#xdg-autostart GNOME XFCE LXDE XFCE
|
||||
|
||||
## Modify xdg-open behaviour
|
||||
# xdg-open applications
|
||||
export XDG_CURRENT_DESKTOP=XFCE
|
||||
export DE="xfce"
|
||||
|
||||
# fix for D-bus with openbox
|
||||
# D-bus with openbox
|
||||
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
|
||||
eval `dbus-launch --sh-syntax --exit-with-session`
|
||||
eval `dbus-launch --sh-syntax --exit-with-session`
|
||||
fi
|
||||
|
||||
QT_QPA_PLATFORMTHEME=qt5ct
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
|
||||
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
|
||||
<menu id="root-menu" label="Openbox 3">
|
||||
<separator label="ArchLabs"/>
|
||||
<item label="Terminal">
|
||||
@ -24,11 +24,11 @@
|
||||
</item>
|
||||
<separator/>
|
||||
<menu id="accessories" label="Accessories">
|
||||
<item label="Calculator">
|
||||
<action name="Execute">
|
||||
<command>galculator</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="Calculator">
|
||||
<action name="Execute">
|
||||
<command>galculator</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="Archive Manager">
|
||||
<action name="Execute">
|
||||
<command>file-roller</command>
|
||||
|
@ -228,7 +228,7 @@
|
||||
</keybind>
|
||||
<keybind key="A-Tab">
|
||||
<action name="NextWindow">
|
||||
<allDesktops>yes</allDesktops>
|
||||
<allDesktops>yes</allDesktops>
|
||||
<raise>yes</raise>
|
||||
<finalactions>
|
||||
<action name="Focus"/>
|
||||
@ -325,7 +325,7 @@
|
||||
</keybind>
|
||||
<keybind key="A-F1">
|
||||
<action name="Execute">
|
||||
<command>~/bin/rofi-gorice</command>
|
||||
<command>rofi-gorice</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-f">
|
||||
@ -363,6 +363,9 @@
|
||||
<command>exit-openbox</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-S-x">
|
||||
<action name="Exit"/>
|
||||
</keybind>
|
||||
<keybind key="W-Escape">
|
||||
<action name="Execute">
|
||||
<command>xkill</command>
|
||||
@ -389,9 +392,10 @@
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-S-BackSpace">
|
||||
<action name="Execute">
|
||||
<command>openbox --reconfigure</command>
|
||||
</action>
|
||||
<action name="Restart"/>
|
||||
</keybind>
|
||||
<keybind key="C-S-Enter">
|
||||
<action name="Reconfigure"/>
|
||||
</keybind>
|
||||
<keybind key="A-F4">
|
||||
<action name="Close"/>
|
||||
@ -581,6 +585,13 @@
|
||||
</mousebind>
|
||||
</context>
|
||||
<context name="Titlebar">
|
||||
<mousebind action="Press" button="A-Left">
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
<mousebind action="Drag" button="A-Left">
|
||||
<action name="Move"/>
|
||||
</mousebind>
|
||||
<mousebind action="Press" button="Left">
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
@ -703,6 +714,13 @@
|
||||
</mousebind>
|
||||
</context>
|
||||
<context name="Client">
|
||||
<mousebind action="Press" button="A-Left">
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
<mousebind action="Drag" button="A-Left">
|
||||
<action name="Move"/>
|
||||
</mousebind>
|
||||
<mousebind action="Press" button="Left">
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
@ -861,7 +879,7 @@
|
||||
<desktop>1</desktop>
|
||||
<focus>yes</focus>
|
||||
</application>
|
||||
<application class="rythmbox">
|
||||
<application class="rhythmbox">
|
||||
<desktop>1</desktop>
|
||||
<focus>yes</focus>
|
||||
</application>
|
||||
|
Reference in New Issue
Block a user