From 3d207b8a69c7e68455dbda702a1f280935185bda Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Sun, 30 Jun 2024 19:35:36 +0200 Subject: [PATCH] Change default matrix client --- hyprland.conf | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/hyprland.conf b/hyprland.conf index 5b3219b..a0eeaa9 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -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