summaryrefslogtreecommitdiff
path: root/config_exec
diff options
context:
space:
mode:
Diffstat (limited to 'config_exec')
-rw-r--r--config_exec40
1 files changed, 40 insertions, 0 deletions
diff --git a/config_exec b/config_exec
new file mode 100644
index 0000000..cd3dc77
--- /dev/null
+++ b/config_exec
@@ -0,0 +1,40 @@
1# load xrdb
2exec xrdb ~/.Xresources ; swaymsg reload
3exec ibus-daemon --xim -d
4
5
6# exec xrandr --output HDMI-1 --right-of DP-1
7# exec xrandr --output HDMI-1 --right-of VGA-1
8# exec /usr/bin/xrandr-reset.sh
9# exec setsid xautolock -locker swaylock
10
11exec swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f -c 000000'
12
13# exec gnome-keyring-daemon --start --components=secrets
14# start compositor...
15# exec compton -b --config ~/.config/i3/compton.conf
16# exec nitrogen --restore
17
18
19exec mako
20bindsym ctrl+space exec makoctl dismiss -a
21
22
23# exec ibus-daemon -drx
24exec nm-applet
25# exec pidgin
26exec 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'
27
28# 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
29# exec xset r rate 330 40
30# exec xinput --set-prop 'Xornet gaming mouse' 'libinput Accel Speed' 0.1
31# exec setxkbmap -option caps:escape
32# exec setsid hexchat -e --minimize=2
33# exec termite -e /home/max/.local/bin/weechat
34exec khal list today 500d > $HOME/.motd
35
36
37
38# exec xrandr --output DP-1 --rotate left --pos 1920x-420
39# exec xrandr --output DP1 --rotate left --right-of HDMI1
40# exec xrandr --output DP1 --rotate left --pos 1920x-420
..