commit 5e74f91151863b7c44199e024a08f496d6b731bb from: the xhr date: Wed Jun 01 09:50:34 2022 UTC Add new high res autostart and rename old one to low commit - dcde566d770aa522150ab7cf3090d2a714655af4 commit + 5e74f91151863b7c44199e024a08f496d6b731bb blob - /dev/null blob + d3a0a5a8fc539b987426d87bdef063d89155ceee (mode 755) --- /dev/null +++ .i3/autostart.high @@ -0,0 +1,58 @@ +# Suck in Xmodmap +#xmodmap ~/.Xmodmap 2> /dev/null +exec xmodmap ~/.Xmodmap & +# Set black background +xsetroot -solid Grey15 +# Set background image +#exec xwallpaper --zoom ~/Pictures/background & +# No beep +xset -b +# Enable screen powermanagement +xset +dpms +# No suspend, no standy, turn off screen after 120 secs +xset dpms 0 0 120 +# Set display brightness +exec xbacklight -set 40% & +# Set keyboard layout +setxkbmap -layout us -variant altgr-intl -model nodeadkeys +# sct - Redshift clone +sct 3400 +# xbattmon on the bottom +exec xbattmon -p bottom -t 2 & +# Start xautolock +exec xidle -program "/usr/X11R6/bin/xlock +description -bg Gray19" & +# Speed up trackpint +#xinput set-prop 8 'Device Accel Constant Deceleration' 0.4 +# Speed up touchpad +xinput set-prop "/dev/wsmouse0" "Device Accel Constant Deceleration" 0.2 +# Enabled trackpoint scrolling +#xinput set-prop 8 'WS Pointer Wheel Emulation' 1 +# Scroll with middle button and trackpad +#xinput set-prop 8 'WS Pointer Wheel Emulation Button' 2 +# Natural scrolling with Trackpoint +#xinput set-button-map 8 1 2 3 5 4 7 6 +# dunst +exec dunst & +# Start batterymoitor +exec ~/Documents/bin/batterymonitor & +# Start mute headphone script +#exec ~/Documents/bin/mute_headphone & +# Start wifiwatcher script +#exec ~/Documents/bin/wifiwatcher & +# Color profile +exec xcalib ~/Documents/$(hostname -s).icm & +# Sync X clipboard buffers +exec autocutsel -fork & + +exec i3-msg "workspace 1; append_layout /home/xhr/.i3/ws/i3-layout-ws-1" & +exec i3-msg "workspace 2; append_layout /home/xhr/.i3/ws/i3-layout-ws-2" & +exec i3-msg "workspace 3; append_layout /home/xhr/.i3/ws/i3-layout-ws-3" & + +exec xterm -e tmux & +exec firefox & +exec xterm -n log -T log -e tail -f /var/log/messages & +exec xterm -n top -T top -e top -I -1 & +exec xterm -n profanity -T profanity -e profanity & +exec xterm -n mutt -T mutt -e screen -S 23 mutt & +exec xterm -T scratchpad & + blob - 667dde0da9deb7be9357c4a865987f2b6ae110e9 (mode 755) blob + /dev/null --- .i3/autostart.openbsd +++ /dev/null @@ -1,54 +0,0 @@ - -# Suck in Xmodmap -xmodmap ~/.Xmodmap 2> /dev/null -# Set black background -xsetroot -solid Grey15 -# Set background image -#exec xwallpaper --zoom ~/Pictures/background & -# No beep -xset -b -# Enable screen powermanagement -xset +dpms -# No suspend, no standy, turn off screen after 120 secs -xset dpms 0 0 120 -# Set keyboard layout -setxkbmap -layout us -variant altgr-intl -model nodeadkeys -# sct - Redshift clone -sct 3400 -# xbattmon on the bottom -exec xbattmon -p bottom -t 2 & -# Start xautolock -exec xidle -program "/usr/X11R6/bin/xlock +description -bg Gray19" & -# Speed up trackpint -xinput set-prop 8 'Device Accel Constant Deceleration' 0.4 -# Enabled trackpoint scrolling -xinput set-prop 8 'WS Pointer Wheel Emulation' 1 -# Scroll with middle button and trackpad -xinput set-prop 8 'WS Pointer Wheel Emulation Button' 2 -# Natural scrolling with Trackpoint -xinput set-button-map 8 1 2 3 5 4 7 6 -# dunst -exec dunst & -# Start batterymoitor -exec ~/Documents/bin/batterymonitor & -# Start mute headphone script -#exec ~/Documents/bin/mute_headphone & -# Start wifiwatcher script -#exec ~/Documents/bin/wifiwatcher & -# Color profile -exec xcalib ~/Documents/$(hostname -s).icm & -# Sync X clipboard buffers -exec autocutsel -fork & - -exec i3-msg "workspace 1; append_layout /home/xhr/.i3/ws/i3-layout-ws-1" & -exec i3-msg "workspace 2; append_layout /home/xhr/.i3/ws/i3-layout-ws-2" & -exec i3-msg "workspace 3; append_layout /home/xhr/.i3/ws/i3-layout-ws-3" & - -exec xterm -e tmux & -exec firefox & -exec xterm -n log -T log -e tail -f /var/log/messages & -exec xterm -n top -T top -e top -I -1 & -exec xterm -n profanity -T profanity -e profanity & -exec xterm -n mutt -T mutt -e screen -S 23 mutt & -exec xterm -T scratchpad & - blob - /dev/null blob + 667dde0da9deb7be9357c4a865987f2b6ae110e9 (mode 755) --- /dev/null +++ .i3/autostart.low @@ -0,0 +1,54 @@ + +# Suck in Xmodmap +xmodmap ~/.Xmodmap 2> /dev/null +# Set black background +xsetroot -solid Grey15 +# Set background image +#exec xwallpaper --zoom ~/Pictures/background & +# No beep +xset -b +# Enable screen powermanagement +xset +dpms +# No suspend, no standy, turn off screen after 120 secs +xset dpms 0 0 120 +# Set keyboard layout +setxkbmap -layout us -variant altgr-intl -model nodeadkeys +# sct - Redshift clone +sct 3400 +# xbattmon on the bottom +exec xbattmon -p bottom -t 2 & +# Start xautolock +exec xidle -program "/usr/X11R6/bin/xlock +description -bg Gray19" & +# Speed up trackpint +xinput set-prop 8 'Device Accel Constant Deceleration' 0.4 +# Enabled trackpoint scrolling +xinput set-prop 8 'WS Pointer Wheel Emulation' 1 +# Scroll with middle button and trackpad +xinput set-prop 8 'WS Pointer Wheel Emulation Button' 2 +# Natural scrolling with Trackpoint +xinput set-button-map 8 1 2 3 5 4 7 6 +# dunst +exec dunst & +# Start batterymoitor +exec ~/Documents/bin/batterymonitor & +# Start mute headphone script +#exec ~/Documents/bin/mute_headphone & +# Start wifiwatcher script +#exec ~/Documents/bin/wifiwatcher & +# Color profile +exec xcalib ~/Documents/$(hostname -s).icm & +# Sync X clipboard buffers +exec autocutsel -fork & + +exec i3-msg "workspace 1; append_layout /home/xhr/.i3/ws/i3-layout-ws-1" & +exec i3-msg "workspace 2; append_layout /home/xhr/.i3/ws/i3-layout-ws-2" & +exec i3-msg "workspace 3; append_layout /home/xhr/.i3/ws/i3-layout-ws-3" & + +exec xterm -e tmux & +exec firefox & +exec xterm -n log -T log -e tail -f /var/log/messages & +exec xterm -n top -T top -e top -I -1 & +exec xterm -n profanity -T profanity -e profanity & +exec xterm -n mutt -T mutt -e screen -S 23 mutt & +exec xterm -T scratchpad & +