This commit is contained in:
Daniel Flanagan 2022-10-26 16:22:42 -05:00
parent 3a575b7d7f
commit f5f8356b0d
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
2 changed files with 6 additions and 9 deletions

View File

@ -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

View File

@ -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