-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
1,323 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 & |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.