diff options
Diffstat (limited to 'icewm/startup')
-rwxr-xr-x | icewm/startup | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/icewm/startup b/icewm/startup new file mode 100755 index 0000000..f626de2 --- /dev/null +++ b/icewm/startup @@ -0,0 +1,17 @@ +#!/bin/bash + +# /usr/share/icewm/startup +# This script is used to execute additional commands at icewm startup +# The "sleep 1" is necessary if you will be starting anything with a tray icon + +# sleep 1 +# /usr/libexec/polkit-gnome-authentication-agent-1 & +# /usr/bin/nm-applet & +# /usr/bin/xscreensaver -nosplash & +/usr/bin/xmodmap -e "pointer = 3 2 1"& +/usr/bin/setxkbmap "us,ru" -option "grp:caps_toggle,grp_led:scroll,compose:menu"& +/usr/bin/feh --bg-scale ~/Pictures/Wallpapers/658781-slackware-wallpapers-1920x1080-hd-for-mobile.jpg & +/usr/bin/xset s off& +/usr/bin/xset b off& +/usr/bin/redshift -l 56.2:44 -t 6500:5500& +/home/sn4il/git/g810-led/bin/g810-led -a C34C17& |