Don't assume your gender

This commit is contained in:
M1dgard 2018-04-29 17:04:01 +02:00
parent 7b96865eb7
commit 1bebb7f2ff
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -1,6 +1,10 @@
# 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 xfce4-terminal
set $barlaunchcmd $HOME/.config/polybar/launch.sh
@ -79,8 +83,8 @@ bindsym Mod1+l exec --no-startup-id i3lock --image="$HOME/Pictures/background/Re
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.'"
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.'"
# start web browser
set $browser TZ=UTC firefox