Use calculator key to start terminal, add prank
When someone tries to open a terminal with Ctrl+Alt+T, show them a nice message.
This commit is contained in:
parent
9670060487
commit
7f2fd15aed
1 changed files with 5 additions and 2 deletions
|
@ -77,6 +77,9 @@ bindsym Mod1+l exec --no-startup-id i3lock --image="$HOME/Pictures/background/Re
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
bindsym $mod+KP_Enter exec $term
|
bindsym $mod+KP_Enter exec $term
|
||||||
|
bindsym XF86Calculator exec $term
|
||||||
|
bindsym Ctrl+Mod4+t exec --no-startup-id "notify-send -a 'i3' -u normal 'You'\''re on i3, bro.' 'Don'\''t try to Ctrl+Alt+T me. Use $mod+Enter like a real man.'"
|
||||||
|
bindsym Ctrl+Mod1+t exec --no-startup-id "notify-send -a 'i3' -u normal 'You'\''re on i3, bro.' 'Don'\''t try to Ctrl+Alt+T me. Use $mod+Enter like a real man.'"
|
||||||
|
|
||||||
# start web browser
|
# start web browser
|
||||||
set $browser TZ=UTC firefox
|
set $browser TZ=UTC firefox
|
||||||
|
|
Loading…
Reference in a new issue