mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-25 04:20:24 +10:00
Adding AwesomeWM to the dotfiles finally.
This commit is contained in:
26
.config/awesome/autostart.sh
Executable file
26
.config/awesome/autostart.sh
Executable file
@@ -0,0 +1,26 @@
|
||||
#!/bin/bash
|
||||
|
||||
function run {
|
||||
if ! pgrep $1 ;
|
||||
then
|
||||
$@&
|
||||
fi
|
||||
}
|
||||
#run "xrandr --output VGA-1 --primary --mode 1360x768 --pos 0x0 --rotate normal"
|
||||
#run "xrandr --output HDMI2 --mode 1920x1080 --pos 1920x0 --rotate normal --output HDMI1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output VIRTUAL1 --off"
|
||||
run "nm-applet"
|
||||
#run "caffeine"
|
||||
run "xfce4-power-manager"
|
||||
run "blueberry-tray"
|
||||
run "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
|
||||
run "numlockx on"
|
||||
run "volumeicon"
|
||||
run "nitrogen --restore"
|
||||
#run "conky -c $HOME/.config/awesome/system-overview"
|
||||
|
||||
#run applications from startup
|
||||
#run "firefox"
|
||||
#run "atom"
|
||||
#run "dropbox"
|
||||
#run "insync start"
|
||||
#run "spotify"
|
||||
Reference in New Issue
Block a user