added magic email window to Super E
This commit is contained in:
@@ -10,7 +10,7 @@ bind = ALT, Q, exec, $terminal --class popup-term
|
|||||||
bind = $mainMod, W, exec, $terminal --class popup-term
|
bind = $mainMod, W, exec, $terminal --class popup-term
|
||||||
bind = $mainMod, C, killactive,
|
bind = $mainMod, C, killactive,
|
||||||
bind = $mainMod SHIFT CTRL, M, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit
|
bind = $mainMod SHIFT CTRL, M, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit
|
||||||
bind = $mainMod, E, exec, $fileManager
|
# bind = $mainMod, E, exec, $fileManager
|
||||||
|
|
||||||
# Workspace movement and tiling rule
|
# Workspace movement and tiling rule
|
||||||
bind = $mainMod, P, togglefloating,
|
bind = $mainMod, P, togglefloating,
|
||||||
@@ -92,6 +92,8 @@ bind = $mainMod, B, togglespecialworkspace, magic2
|
|||||||
bind = $mainMod SHIFT, B, movetoworkspace, special:book
|
bind = $mainMod SHIFT, B, movetoworkspace, special:book
|
||||||
|
|
||||||
bind = $mainMod, D, togglespecialworkspace, discord
|
bind = $mainMod, D, togglespecialworkspace, discord
|
||||||
|
bind = $mainMod, E, exec, $email
|
||||||
|
bind = $mainMod, E, togglespecialworkspace, email
|
||||||
|
|
||||||
# 7. Other Workspace tools
|
# 7. Other Workspace tools
|
||||||
# 8. Move/resize windows with mainMod + LMB/RMB and dragging
|
# 8. Move/resize windows with mainMod + LMB/RMB and dragging
|
||||||
|
|||||||
@@ -19,6 +19,12 @@ windowrule{
|
|||||||
match:class = vesktop
|
match:class = vesktop
|
||||||
workspace = special:discord
|
workspace = special:discord
|
||||||
|
|
||||||
|
}
|
||||||
|
windowrule{
|
||||||
|
name = thunderbird
|
||||||
|
match:class = org.mozilla.Thunderbird
|
||||||
|
workspace = special:email
|
||||||
|
|
||||||
}
|
}
|
||||||
windowrule {
|
windowrule {
|
||||||
# Ignore maximize requests from all apps. You'll probably like this.
|
# Ignore maximize requests from all apps. You'll probably like this.
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ $browser = qutebrowser
|
|||||||
$menuBar = qs -c noctalia-shell
|
$menuBar = qs -c noctalia-shell
|
||||||
$shellWrapper = qs -c noctalia-shell
|
$shellWrapper = qs -c noctalia-shell
|
||||||
$blkmanager = udiskie
|
$blkmanager = udiskie
|
||||||
|
$email = thunderbird
|
||||||
|
|
||||||
exec-once = qs -c noctalia-shell
|
exec-once = qs -c noctalia-shell
|
||||||
exec-once = systemctl --user start hyprpolkitagent
|
exec-once = systemctl --user start hyprpolkitagent
|
||||||
@@ -18,6 +19,7 @@ exec-once = hyprpm reload -n
|
|||||||
exec-once = kdeconnectd
|
exec-once = kdeconnectd
|
||||||
exec-once = hyprshell run &
|
exec-once = hyprshell run &
|
||||||
exec-once = vesktop -m
|
exec-once = vesktop -m
|
||||||
|
exec-once = $email
|
||||||
|
|
||||||
general:layout = dwindle
|
general:layout = dwindle
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user