mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 20:32:35 +01:00
i3: prepare for j4-dmenu-desktop daemon-like mode & float Firefox
When I login and attempt to use dmenu, it will take a moment before that is possible and I thought that having it load before I try to use it would be nice. Then I found an issue about it and PR that closed it, but didn't notice the commit is not in any released version so I typed this in advance. Firefox is going to annoy me by not floating sooner or later, so I think it's better to float it and keep using it as the only thing in one workspace.
This commit is contained in:
parent
5fe9477c55
commit
fbf3836bb4
@ -41,9 +41,13 @@ bindsym $mod+Shift+q kill
|
|||||||
#bindsym $mod+d exec dmenu_run
|
#bindsym $mod+d exec dmenu_run
|
||||||
# wrapper around dmenu supporting .desktop (flatpak)
|
# wrapper around dmenu supporting .desktop (flatpak)
|
||||||
#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
||||||
# supposedly more than 25 times faster
|
# j4-dmenu-desktop is supposedly more than 25 times faster
|
||||||
bindsym $mod+d exec --no-startup-id j4-dmenu-desktop --display-binary --no-generic --dmenu="rofi -dmenu -i" --term="urxvt"
|
bindsym $mod +d exec --no-startup-id j4-dmenu-desktop --display-binary --no-generic --dmenu="rofi -dmenu -i" --term="urxvt"
|
||||||
#bindsym $mod+d exec --no-startup-id rofi -show drun
|
|
||||||
|
# for j4-dmenu-desktop daemon mode (unreleased version)
|
||||||
|
# https://github.com/enkore/j4-dmenu-desktop/pull/80/commits/87f6b8b03dabbd83ad0f5d889a75da1b99cdff03
|
||||||
|
#exec --no-startup-id j4-dmenu-desktop --display-binary --no-generic --dmenu="rofi -dmenu -i" --term="urxvt" --wait-on=~/.config/j4ddfifo
|
||||||
|
#bindsym $mod+d exec --no-startup-id echo > ~/.config/j4ddfifo
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+j focus left
|
bindsym $mod+j focus left
|
||||||
@ -212,7 +216,7 @@ bindsym XF86AudioMute exec --no-startup-id pulsemixer --toggle-mute # && notify-
|
|||||||
|
|
||||||
# Float these apps by default
|
# Float these apps by default
|
||||||
# I use privacy.resistfingerprinting which is incompatible with not floating
|
# I use privacy.resistfingerprinting which is incompatible with not floating
|
||||||
#for_window [title="^Mozilla Firefox$"] floating enable
|
for_window [title="^Mozilla Firefox$"] floating enable
|
||||||
for_window [title="^Tor Browser$"] floating enable
|
for_window [title="^Tor Browser$"] floating enable
|
||||||
# I was concerned about lines getting too long in Vim
|
# I was concerned about lines getting too long in Vim
|
||||||
#for_window [title="urxvt"] floating enable
|
#for_window [title="urxvt"] floating enable
|
||||||
|
Loading…
Reference in New Issue
Block a user