diff --git a/i3/config b/i3/config index e64cb45..ce937ab 100644 --- a/i3/config +++ b/i3/config @@ -1,10 +1,6 @@ # i3 config file (v4) # See http://i3wm.org/docs/userguide.html for a complete reference -# Used to address resp. refer to the user. Example for males: "bro" and "man", for females: "sis" and "gal". This is freetext, use something you're comfortable with. -set $usertitle bro -set $usertype man - set $term $HOME/.config/i3/terminal.sh set $termexec i3-sensible-terminal set $barlaunchcmd $HOME/.config/polybar/launch.sh @@ -101,8 +97,7 @@ bindsym Mod1+l exec --no-startup-id i3lock --tiling --show-failed-attempts --col # start a terminal bindsym $mod+Return exec $term bindsym $mod+KP_Enter exec $term -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.'" +bindsym $mod+w exec $term # start a terminal and execute the command `exec-with-shortcut` from your PATH in it bindsym XF86Calculator exec "$termexec -T exec-with-shortcut --dynamic-title-mode=none -x bash -c 'exec-with-shortcut; read'"