Change default matrix client
This commit is contained in:
parent
c817d0cd4c
commit
3d207b8a69
|
@ -20,11 +20,13 @@ input {
|
|||
}
|
||||
|
||||
# Exec / Startup
|
||||
# exec-once = protonmail-bridge
|
||||
exec-once = waybar
|
||||
exec-once = hyprpaper
|
||||
exec-once = protonmail-bridge
|
||||
exec-once = nm-applet --indicator
|
||||
exec-once = blueman-applet
|
||||
exec-once = fluffychat
|
||||
exec-once = evolution -c mail
|
||||
|
||||
# General
|
||||
general {
|
||||
|
@ -87,7 +89,7 @@ dwindle {
|
|||
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_is_master = true
|
||||
# new_is_master = true
|
||||
}
|
||||
|
||||
gestures {
|
||||
|
@ -123,7 +125,9 @@ binds {
|
|||
# Keybindings
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, M, exec, evolution -c mail
|
||||
bind = $mainMod SHIFT, M, exec, evolution -c calendar
|
||||
bind = $mainMod SHIFT, M, exec, evolution -c calendar
|
||||
bind = $mainMod, E, exec, nemo
|
||||
bind = $mainMod, R, exec, wofi --show drun
|
||||
bind = $mainMod SHIFT, P, exec, firefox --private-window # pseudo, # dwindle
|
||||
|
@ -146,6 +150,7 @@ bind = , XF86AudioMute, exec, pamixer -t
|
|||
bind = , XF86AudioMicMute, exec, pamixer --default-source -t
|
||||
bind = $mainMod, XF86AudioLowerVolume, exec, --default-source pamixer -d 4
|
||||
bind = $mainMod, XF86AudioRaiseVolume, exec, --default-source pamixer -i 4
|
||||
bind = $mainMod, N, exec, swaylock -c a0a0a0
|
||||
|
||||
# Window Management
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
|
|
Loading…
Reference in New Issue