mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-25 19:14:39 +02:00
i3/i3config: firefox-about is now floating
This commit is contained in:
parent
c43869f41c
commit
08c4eb0c1a
1 changed files with 5 additions and 1 deletions
|
@ -21,7 +21,10 @@ exec --no-startup-id firefox
|
|||
|
||||
font pango:Fira Sans Mono 12
|
||||
|
||||
##Various
|
||||
# make some windows floating
|
||||
for_window [class="Firefox" window_role="About"] floating enable
|
||||
|
||||
# Stick windows to workspaces
|
||||
assign [class="Feedreader"] 8
|
||||
for_window [class="Feedreader"] move workspace 8
|
||||
assign [class="Evolution"] 9
|
||||
|
@ -30,6 +33,7 @@ assign [class="Thunderbird"] 9
|
|||
for_window [class="Thunderbird"] move workspace 9
|
||||
assign [class="Rhythmbox"] 10
|
||||
for_window [class="Rhythmbox"] move workspace 10
|
||||
|
||||
hide_edge_borders both
|
||||
focus_follows_mouse no
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue