diff options
| author | Max Christian Pohle | 2020-01-28 19:22:53 +0100 | 
|---|---|---|
| committer | Max Christian Pohle | 2020-01-28 19:22:53 +0100 | 
| commit | 72821c3fa130753100088177a09a730abe39ba6b (patch) | |
| tree | 603a0344afe003320104c71f10ab5a7d767acd79 /config_exec | |
| parent | dad9bd662680bb60f58e14ebd79848a4b4bf8f2c (diff) | |
| download | sway-72821c3fa130753100088177a09a730abe39ba6b.tar.bz2 sway-72821c3fa130753100088177a09a730abe39ba6b.zip  | |
Restructed things
Diffstat (limited to 'config_exec')
| -rw-r--r-- | config_exec | 40 | 
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 | ||
| 2 | exec xrdb ~/.Xresources ; swaymsg reload | ||
| 3 | exec 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 | |||
| 11 | exec 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 | |||
| 19 | exec mako | ||
| 20 | bindsym ctrl+space exec makoctl dismiss -a | ||
| 21 | |||
| 22 | |||
| 23 | # exec ibus-daemon -drx | ||
| 24 | exec nm-applet | ||
| 25 | # exec pidgin | ||
| 26 | 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' | ||
| 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 | ||
| 34 | exec 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 | ||
