diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 9d5309c..f481e65 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -147,7 +147,8 @@ bind = $mainMod, M, exit, bind = $mainMod, E, exec, $fileManager # bind = $mainMod, V, togglefloating, bind = ALT, SPACE , exec, $menu -bind = $mainMod, SPACE, exec, $windowSwitcher +bind = ALT, TAB , exec, $windowSwitcher +# bind = $mainMod, SPACE, exec, $windowSwitcher bind = ALT, B, exec, $HOME/dotfiles/scripts/third-party/tofi_window_switch.sh bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, T, togglesplit, # dwindle diff --git a/swaync/config.json b/swaync/config.json index 043626a..49028d5 100644 --- a/swaync/config.json +++ b/swaync/config.json @@ -20,7 +20,7 @@ "timeout-critical": 0, "fit-to-screen": true, "relative-timestamps": true, - "control-center-width": 500, + "control-center-width": 400, "control-center-height": 600, "notification-window-width": 500, "keyboard-shortcuts": true, diff --git a/swaync/style.css b/swaync/style.css index 67ec02b..7acc707 100644 --- a/swaync/style.css +++ b/swaync/style.css @@ -49,6 +49,7 @@ .notification-row .notification-background .notification { /* The actual notification */ + margin: 0; border-radius: 0; color: #282828; background-color: #a89983; @@ -353,7 +354,6 @@ .notification-group .notification-group-headers { /* Notification Group Headers */ - font-weight: bold; }