From 72821c3fa130753100088177a09a730abe39ba6b Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Tue, 28 Jan 2020 19:22:53 +0100 Subject: Restructed things --- config_exec | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 config_exec (limited to 'config_exec') diff --git a/config_exec b/config_exec new file mode 100644 index 0000000..cd3dc77 --- /dev/null +++ b/config_exec @@ -0,0 +1,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 -- cgit v1.2.3