#!/bin/sh -x autocutsel -fork autocutsel -fork -selection PRIMARY # Start headless applications i3-msg exec "polybar top" i3-msg exec "polybar bottom" i3-msg exec "feh --bg-scale ~/.wallpaper.png" i3-msg exec "blueman-applet" i3-msg exec "redshift" i3-msg exec "/usr/lib/geoclue-2.0/demos/agent" i3-msg exec "dunst" i3-msg exec "playerctl pause" i3-msg exec "mpDris2" i3-msg exec "setxkbmap -option compose:ralt" i3-msg exec "gotify-desktop" i3-msg exec "unclutter --ignore-scrolling --start-hidden" i3-msg exec "emacs --daemon" i3-msg exec "xrdb -load ~/.Xresources" i3-msg exec "xfsettingsd" i3-msg exec "darkman get" sleep 5 i3-msg workspace 2 i3-msg exec "keepassxc" {{- if eq .chezmoi.hostname "angmar" }} i3-msg exec "mpdscribble" i3-msg exec "mpd ~/.config/mpd/mpd.conf" i3-msg exec "caddy start --adapter caddyfile --config ~/Bulk/Media/Caddyfile" i3-msg workspace 7 i3-msg exec "hydrus-client" i3-msg workspace 6 i3-msg exec "telegram-desktop" i3-msg exec "signal-desktop" i3-msg exec "sprig" i3-msg exec "dino" i3-msg workspace 1 i3-msg exec "firefox-developer-edition" i3-msg exec "xrandr -r 165.00" i3-msg workspace 2 {{- end }} sleep 50 i3-msg exec "nextcloud" ############################## # Wacom tablet configuration # ############################## # Tablet button 1 = delete xsetwacom set "Wacom Intuos BT S Pad pad" Button 1 "key del" # Tablet button 3 = ctrl+z xsetwacom set "Wacom Intuos BT S Pad pad" Button 3 "key +ctrl z -ctrl" # Tablet button 4 = ctrl+shift+z xsetwacom set "Wacom Intuos BT S Pad pad" Button 8 "key +ctrl +shift z -shift -ctrl" exit