From 73b5f9966fbcc9420a45fc61c64c70c48874ada0 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 9 Feb 2019 15:42:48 +0200 Subject: [PATCH] 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 a78dcdf452b82abfdbbb42824db5e23265f371fa and I have picked it, because it's the default calculator app in MATE. --- conf/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/i3/config b/conf/i3/config index 1fd595ea..90636771 100644 --- a/conf/i3/config +++ b/conf/i3/config @@ -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