#!/usr/bin/env bash # 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. # # --- setxkbmap us # Compositor. picom -b 2>/dev/null #dock cairo-dock -o # bg feh --bg-scale ~/.themes/wallpaper.png & # Authentication agent (PolicyKit). if [ -x "$(command -v lxpolkit)" ]; then lxpolkit 2>/dev/null & elif [ -x "/usr/libexec/polkit-gnome-authentication-agent-1" ]; then /usr/libexec/polkit-gnome-authentication-agent-1 2>/dev/null & fi xrandr -s 1920x1080