blob: f626de24c5c8c22931fd7e4b4e2072eff2ca4032 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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&
|