Switch teams client back
This commit is contained in:
parent
8c14fe654d
commit
d00e1ec199
|
@ -139,7 +139,7 @@ bind = SUPER SHIFT, C, movetoworkspace, 5
|
|||
windowrule = workspace 5,(Signal)
|
||||
windowrule = workspace 5,(fractal)
|
||||
windowrule = workspace 5,(discord)
|
||||
windowrule = workspace 5,^(Microsoft Teams).*
|
||||
windowrule = workspace 5,^(teams-for-linux).*
|
||||
windowrulev2 = workspace 5,title:^(Zoom|zoom).*
|
||||
windowrulev2 = float,title:^(Zoom|zoom).*
|
||||
|
||||
|
|
|
@ -22,10 +22,10 @@ config.color_scheme = "tokyonight_night"
|
|||
config.hide_tab_bar_if_only_one_tab = true
|
||||
config.hide_mouse_cursor_when_typing = true
|
||||
config.window_padding = {
|
||||
left = 10,
|
||||
right = 10,
|
||||
top = 10,
|
||||
bottom = 10,
|
||||
left = 5,
|
||||
right = 5,
|
||||
top = 5,
|
||||
bottom = 5,
|
||||
}
|
||||
|
||||
-- and finally, return the configuration to wezterm
|
||||
|
|
|
@ -27,7 +27,7 @@ in {
|
|||
thunderbird
|
||||
openfortivpn
|
||||
nomachine-client
|
||||
teams
|
||||
teams-for-linux
|
||||
zoom-us
|
||||
];
|
||||
};
|
||||
|
@ -67,7 +67,7 @@ in {
|
|||
monitor=desc:Dell Inc. DELL U2417H 5K9YD872FY1L,${monitors.Dell}
|
||||
|
||||
bindl=,switch:Lid Switch,exec,rfkill unblock wlan
|
||||
bindl=,switch:Lid Switch,exec,hyprctl reload
|
||||
# bindl=,switch:Lid Switch,exec,hyprctl reload
|
||||
bindl=,switch:Lid Switch,exec,pkill -9 kanshi
|
||||
bindl=,switch:Lid Switch,exec,pkill -9 hyprpaper && hyprctl dispatch exec hyprpaper
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue