Skip to content

Commit

Permalink
backup up my openbox config
Browse files Browse the repository at this point in the history
  • Loading branch information
Burnsedia committed Oct 11, 2024
1 parent bc8f66f commit 6b6026d
Show file tree
Hide file tree
Showing 5 changed files with 1,323 additions and 0 deletions.
62 changes: 62 additions & 0 deletions openbox/autostart
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
#
# These things are run when an Openbox X Session is started.
# You may place a similar script in $HOME/.config/openbox/autostart
# to run user-specific things.
#
# You can set picom to use either xrender or glx
# Change if issues
#autorandr horizontal

picom -b --config ~/.config/picom.conf &

# start ArcoLinux Welcome App
dex $HOME/.config/autostart/arcolinux-welcome-app.desktop

# Set background image
nitrogen --restore

#tint2 &
$HOME/.config/polybar/launch.sh &

#(am-conky-session --autostart) &

#bluetooth#
#(blueberry-tray) &

# install xcape - press super to get menu
#xcape -e 'Super_L=Super_L|space'

#on laptops without seperate numeric keyboard put hashtag in front
numlockx &

## GNOME PolicyKit authentication
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &

## Desktop notification
/usr/lib/xfce4/notifyd/xfce4-notifyd &

## Volume control for systray
(volumeicon) &


## Turn off/on System Beep
xset b off

## Enable power management
xfce4-power-manager &

##Clipboard Manager
(xfce4-clipman) &

## XFCE4 Settings
xfsettingsd &

(nm-applet) &

(plank) &

#discord &

#insync start &

#dropbox &
15 changes: 15 additions & 0 deletions openbox/environment
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# User-specific variables should be placed in $HOME/.config/openbox/environment
#

# To set your language for displaying messages and time/date formats, use the following:
#LANG=en_CA.UTF8

# To set your keyboard layout, you need to modify your X config:
# http://www.google.com/search?q=how+to+set+keyboard+layout+xorg

## GNOME Keyring
export $(gnome-keyring-daemon --start --components=pkcs11,secrets)

## Modify xdg-open behaviour
export XDG_CURRENT_DESKTOP=XFCE
6 changes: 6 additions & 0 deletions openbox/menu.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?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/">
<menu id="root-menu" label="obmenu-generator" execute="/usr/bin/obmenu-generator" />
</openbox_menu>
Loading

0 comments on commit 6b6026d

Please sign in to comment.