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, C, killactive,
|
||||
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
|
||||
bind = $mainMod, P, togglefloating,
|
||||
@@ -92,6 +92,8 @@ bind = $mainMod, B, togglespecialworkspace, magic2
|
||||
bind = $mainMod SHIFT, B, movetoworkspace, special:book
|
||||
|
||||
bind = $mainMod, D, togglespecialworkspace, discord
|
||||
bind = $mainMod, E, exec, $email
|
||||
bind = $mainMod, E, togglespecialworkspace, email
|
||||
|
||||
# 7. Other Workspace tools
|
||||
# 8. Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
|
||||
@@ -19,6 +19,12 @@ windowrule{
|
||||
match:class = vesktop
|
||||
workspace = special:discord
|
||||
|
||||
}
|
||||
windowrule{
|
||||
name = thunderbird
|
||||
match:class = org.mozilla.Thunderbird
|
||||
workspace = special:email
|
||||
|
||||
}
|
||||
windowrule {
|
||||
# Ignore maximize requests from all apps. You'll probably like this.
|
||||
|
||||
@@ -10,6 +10,7 @@ $browser = qutebrowser
|
||||
$menuBar = qs -c noctalia-shell
|
||||
$shellWrapper = qs -c noctalia-shell
|
||||
$blkmanager = udiskie
|
||||
$email = thunderbird
|
||||
|
||||
exec-once = qs -c noctalia-shell
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
@@ -18,6 +19,7 @@ exec-once = hyprpm reload -n
|
||||
exec-once = kdeconnectd
|
||||
exec-once = hyprshell run &
|
||||
exec-once = vesktop -m
|
||||
exec-once = $email
|
||||
|
||||
general:layout = dwindle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user