mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-18 06:31:01 +01:00
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.
This commit is contained in:
parent
e4a7ffed2d
commit
73b5f9966f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user