From 7f2fd15aedc54921cb868255e32cb4bc93e0c3d9 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Tue, 17 Apr 2018 11:09:16 +0200 Subject: [PATCH] Use calculator key to start terminal, add prank When someone tries to open a terminal with Ctrl+Alt+T, show them a nice message. --- i3/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index 8cc6317..431e1b3 100644 --- a/i3/config +++ b/i3/config @@ -75,8 +75,11 @@ bindsym $mod+space exec --no-startup-id "$launcher" bindsym Mod1+l exec --no-startup-id i3lock --image="$HOME/Pictures/background/Red-billed_streamertail_Trochilus_polytmus_female_in_flight_2_lock.png" || notify-send -u normal -i lock -a i3 "Failed to lock screen" "i3lock had a non-zero exit code." # start a terminal -bindsym $mod+Return exec $term -bindsym $mod+KP_Enter exec $term +bindsym $mod+Return 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 set $browser TZ=UTC firefox