Add a command to execute to a button
This commit is contained in:
parent
8434aab26f
commit
b138b157a0
1 changed files with 1 additions and 1 deletions
|
@ -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.'"
|
||||
|
||||
|
|
Loading…
Reference in a new issue