thunderbird and hyprland changes
This commit is contained in:
@@ -40,7 +40,7 @@ in
|
|||||||
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
|
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
|
||||||
"fcitx5 -d"
|
"fcitx5 -d"
|
||||||
"foot -s"
|
"foot -s"
|
||||||
];
|
] ++ lib.optional (config.home.username == "work") "thunderbird";
|
||||||
#++ lib.optional (systemName == "laptop") "swaybg -o eDP-1 -i ${../assets/Wallpapers/138.png}"
|
#++ lib.optional (systemName == "laptop") "swaybg -o eDP-1 -i ${../assets/Wallpapers/138.png}"
|
||||||
#++
|
#++
|
||||||
# lib.optional (systemName == "pc")
|
# lib.optional (systemName == "pc")
|
||||||
@@ -194,12 +194,15 @@ in
|
|||||||
"${mod}, E, exec, ${editor}"
|
"${mod}, E, exec, ${editor}"
|
||||||
",Print, exec, grim -g \"$(slurp)\" - | swappy -f -"
|
",Print, exec, grim -g \"$(slurp)\" - | swappy -f -"
|
||||||
"${mod}, P, pseudo, " # dwindle
|
"${mod}, P, pseudo, " # dwindle
|
||||||
"${mod}, J, togglesplit," # dwindle
|
|
||||||
#focus with mainMod + arrow keys
|
#focus with mainMod + arrow keys
|
||||||
"${mod}, left, movefocus, l"
|
"${mod}, H, movefocus, l"
|
||||||
"${mod}, right, movefocus, r"
|
"${mod}, L, movefocus, r"
|
||||||
"${mod}, up, movefocus, u"
|
"${mod}, K, movefocus, u"
|
||||||
"${mod}, down, movefocus, d"
|
"${mod}, J, movefocus, d"
|
||||||
|
"${mod} SHIFT, H, movewindow, l"
|
||||||
|
"${mod} SHIFT, L, movewindow, r"
|
||||||
|
"${mod} SHIFT, K, movewindow, u"
|
||||||
|
"${mod} SHIFT, J, movewindow, d"
|
||||||
|
|
||||||
# Switch workspaces with Mod + [0-9]
|
# Switch workspaces with Mod + [0-9]
|
||||||
"${mod}, 1, split:workspace, 1 "
|
"${mod}, 1, split:workspace, 1 "
|
||||||
@@ -224,8 +227,8 @@ in
|
|||||||
"${mod} SHIFT, 9, split:movetoworkspacesilent, 9 "
|
"${mod} SHIFT, 9, split:movetoworkspacesilent, 9 "
|
||||||
"${mod} SHIFT, 0, split:movetoworkspacesilent, 10"
|
"${mod} SHIFT, 0, split:movetoworkspacesilent, 10"
|
||||||
# Example special workspace (scratchpad)
|
# Example special workspace (scratchpad)
|
||||||
"${mod}, S, togglespecialworkspace, magic"
|
"${mod}, SLASH, togglespecialworkspace, magic"
|
||||||
"${mod} SHIFT, S, movetoworkspace, special:magic"
|
"${mod} SHIFT, SLASH, movetoworkspace, special:magic"
|
||||||
# Scroll through existing workspaces with mainMod + scroll
|
# Scroll through existing workspaces with mainMod + scroll
|
||||||
"${mod}, mouse_down, workspace, e+1"
|
"${mod}, mouse_down, workspace, e+1"
|
||||||
"${mod}, mouse_up, workspace, e-1"
|
"${mod}, mouse_up, workspace, e-1"
|
||||||
@@ -264,6 +267,7 @@ in
|
|||||||
"suppressevent maximize, class:.*"
|
"suppressevent maximize, class:.*"
|
||||||
# Fix some dragging issues with XWayland
|
# Fix some dragging issues with XWayland
|
||||||
"nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0"
|
"nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0"
|
||||||
|
"workspace special:magic silent, class:thunderbird"
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -197,5 +197,6 @@ in
|
|||||||
app2unit
|
app2unit
|
||||||
cava
|
cava
|
||||||
lm_sensors
|
lm_sensors
|
||||||
|
thunderbird
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user