i3: restore galculator key & float Tor Browser

Tor Browser requires floating even more than Firefox as there
privacy.resistfingerprinting is enabled by default and it warns you if
your window is bigger than it sets as that can be used for
fingerprinting.

I removed Galculator keybind accidentally in commit
a78dcdf452 and I have picked it, because
it's the default calculator app in MATE.
This commit is contained in:
Aminda Suomalainen 2019-02-09 15:42:48 +02:00
parent e4a7ffed2d
commit 73b5f9966f
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 2 additions and 0 deletions

View File

@ -177,6 +177,7 @@ bindsym $mod+x [urgent=latest] focus
# alt-tab
bindsym Mod1+Tab exec --no-startup-id rofi -show window
bindsym $mod+g exec --no-startup-id rofi -show window
bindsym XF86Calculator exec --no-startup-id galculator
# Media keys
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
@ -194,6 +195,7 @@ bindsym XF86AudioMute exec --no-startup-id pulsemixer --toggle-mute && notify-se
# Float these apps by default
# I use privacy.resistfingerprinting which is incompatible with not floating
for_window [title="^Mozilla Firefox$"] floating enable
for_window [title="^Tor Browser$"] floating enable
# I was concerned about lines getting too long in Vim
#for_window [title="urxvt"] floating enable
for_window [title="galculator"] floating enable