summaryrefslogtreecommitdiff
path: root/config_exec
blob: cd3dc77f21fec7a1e063cc273ca28ffea2fd8c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# load xrdb
exec xrdb ~/.Xresources ; swaymsg reload
exec ibus-daemon --xim -d


# exec xrandr --output HDMI-1 --right-of DP-1
# exec xrandr --output HDMI-1 --right-of VGA-1
# exec /usr/bin/xrandr-reset.sh
# exec setsid xautolock -locker swaylock

exec swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f -c 000000'

# exec gnome-keyring-daemon --start --components=secrets
# start compositor...
# exec compton -b --config ~/.config/i3/compton.conf
# exec nitrogen --restore


exec mako
bindsym ctrl+space            exec makoctl dismiss -a


# exec ibus-daemon -drx
exec nm-applet
# exec pidgin
exec bash -c 'for d in ~/.config/autostart/*.desktop; do awk -e \'match($0,"Exec=(.*)",q){ gsub(/ %.+/, "", q[1]); system("setsid -f " q[1])};\' $d; done'

# exec setxkbmap de,us -device evdev -model pc105 -option "" -option keypad:pointerkeys,grp_led:caps,grp:caps_toggle,terminate:ctrl_alt_bksp -v 1 -print
# exec xset r rate 330 40
# exec xinput --set-prop 'Xornet gaming mouse' 'libinput Accel Speed' 0.1
# exec setxkbmap -option caps:escape
# exec setsid hexchat -e --minimize=2
# exec termite  -e /home/max/.local/bin/weechat
exec khal list today 500d > $HOME/.motd



# exec xrandr --output DP-1 --rotate left --pos 1920x-420
# exec xrandr --output DP1 --rotate left --right-of HDMI1
# exec xrandr --output DP1 --rotate left --pos 1920x-420
..