diff options
author | Sn4il <sn4il@thedroth.rocks> | 2024-04-02 21:47:05 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2024-04-02 21:47:05 +0300 |
commit | 5130725ef2e83c7fd27709d8addd4b28d2322743 (patch) | |
tree | 6ef21b7aa6a0c29e108bc1fbeaee7d68802b21d8 /icewm/startup | |
parent | d319d894da2be96eaca81aeca62c4f53bb528c56 (diff) | |
download | dotfiles-5130725ef2e83c7fd27709d8addd4b28d2322743.tar.gz dotfiles-5130725ef2e83c7fd27709d8addd4b28d2322743.zip |
Add icewm config
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& |