From b138b157a001da726522abbf5ed036523f5fb7a6 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Mon, 30 Apr 2018 17:01:05 +0200 Subject: [PATCH] Add a command to execute to a button --- i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/config b/i3/config index e5c23eb..57a3d99 100644 --- a/i3/config +++ b/i3/config @@ -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.'"