Float
This commit is contained in:
parent
3a575b7d7f
commit
f5f8356b0d
|
@ -5,8 +5,8 @@ function get_hostname
|
|||
end
|
||||
|
||||
function fish_greeting
|
||||
set_color -b normal brblack
|
||||
printf "%s@%s %s\n" $USER (get_hostname) (date)
|
||||
_prompt_prefix
|
||||
printf "%s\n" (date)
|
||||
end
|
||||
|
||||
function preprocess_pwd
|
||||
|
|
|
@ -162,13 +162,10 @@ mode "resize" {
|
|||
bindsym escape mode "default"
|
||||
}
|
||||
|
||||
for_window [app_id="floating_terminal"] floating enable
|
||||
for_window [class="floating_terminal"] floating enable
|
||||
for_window [app_id="zoom"] border none, floating enable
|
||||
for_window [title="^zoom$"] border none, floating enable
|
||||
bindsym $mod+shift+alt+f for_window [class=".*"] floating toggle
|
||||
for_window [class=".*"] layout floating enable
|
||||
for_window [class=".*"] layout splith
|
||||
set $tilers "(kitty.*|firefox.*|Slack.*|thunar.*)"
|
||||
for_window [app_id=".*"] floating enable
|
||||
for_window [app_id=$tilers] layout splith
|
||||
bindsym $mod+shift+alt+f for_window [class=$tilers] floating toggle
|
||||
|
||||
client.focused #66d9ef #66d9ef #66d9ef #66d9ef #66d9ef
|
||||
client.focused_inactive #111111 #111111 #ffffff #111111 #111111
|
||||
|
|
Reference in a new issue