This commit is contained in:
thomasabishop 2024-04-03 14:03:02 +01:00
parent a7d274f4ba
commit 0a1b21c300
3 changed files with 4 additions and 3 deletions

View file

@ -147,7 +147,8 @@ bind = $mainMod, M, exit,
bind = $mainMod, E, exec, $fileManager bind = $mainMod, E, exec, $fileManager
# bind = $mainMod, V, togglefloating, # bind = $mainMod, V, togglefloating,
bind = ALT, SPACE , exec, $menu 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 = ALT, B, exec, $HOME/dotfiles/scripts/third-party/tofi_window_switch.sh
bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, T, togglesplit, # dwindle bind = $mainMod, T, togglesplit, # dwindle

View file

@ -20,7 +20,7 @@
"timeout-critical": 0, "timeout-critical": 0,
"fit-to-screen": true, "fit-to-screen": true,
"relative-timestamps": true, "relative-timestamps": true,
"control-center-width": 500, "control-center-width": 400,
"control-center-height": 600, "control-center-height": 600,
"notification-window-width": 500, "notification-window-width": 500,
"keyboard-shortcuts": true, "keyboard-shortcuts": true,

View file

@ -49,6 +49,7 @@
.notification-row .notification-background .notification { .notification-row .notification-background .notification {
/* The actual notification */ /* The actual notification */
margin: 0;
border-radius: 0; border-radius: 0;
color: #282828; color: #282828;
background-color: #a89983; background-color: #a89983;
@ -353,7 +354,6 @@
.notification-group .notification-group-headers { .notification-group .notification-group-headers {
/* Notification Group Headers */ /* Notification Group Headers */
font-weight: bold; font-weight: bold;
} }