Add a command to execute to a button

This commit is contained in:
M1dgard 2018-04-30 17:01:05 +02:00
parent 8434aab26f
commit b138b157a0
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -82,7 +82,7 @@ bindsym Mod1+l exec --no-startup-id i3lock --image="$HOME/Pictures/background/Re
# start a terminal
bindsym $mod+Return exec $term
bindsym $mod+KP_Enter exec $term
bindsym XF86Calculator exec $term
bindsym XF86Calculator exec "$termexec --zoom 3 -x bash -c 'exec-with-shortcut; zsh'"
bindsym Ctrl+Mod4+t exec --no-startup-id "notify-send -a 'i3' -u normal 'You'\''re on i3, $usertitle.' 'Don'\''t try to Ctrl+Alt+T me. Use $mod+Enter like a real $usertype.'"
bindsym Ctrl+Mod1+t exec --no-startup-id "notify-send -a 'i3' -u normal 'You'\''re on i3, $usertitle.' 'Don'\''t try to Ctrl+Alt+T me. Use $mod+Enter like a real $usertype.'"