Added dunst hotkey for replay history.
This commit is contained in:
parent
4ec9e26228
commit
6d3e53c68b
@ -121,9 +121,11 @@ blur-background = true;
|
|||||||
blur-background-frame = true;
|
blur-background-frame = true;
|
||||||
# Do not let blur radius adjust based on window opacity.
|
# Do not let blur radius adjust based on window opacity.
|
||||||
blur-background-fixed = true;
|
blur-background-fixed = true;
|
||||||
|
# adding rect-overlay should fix sharing of screen over Teams
|
||||||
blur-background-exclude = [
|
blur-background-exclude = [
|
||||||
"window_type = 'dock'",
|
"window_type = 'dock'",
|
||||||
"window_type = 'desktop'"
|
"window_type = 'desktop'",
|
||||||
|
"name *= 'rect-overlay'",
|
||||||
];
|
];
|
||||||
blur-size = 10;
|
blur-size = 10;
|
||||||
# makes everything smeared out
|
# makes everything smeared out
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
# this sets the mod button -> windows key
|
# this sets the mod button -> windows key
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
set $mod1 Mod1
|
||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
@ -408,10 +409,9 @@ bindsym XF86MonBrightnessDown exec xbacklight -dec 20
|
|||||||
|
|
||||||
|
|
||||||
# Dunst controls
|
# Dunst controls
|
||||||
bindsym Ctrl+space exec dunstctl close
|
bindsym $mod+Ctrl+space exec dunstctl close
|
||||||
bindsym Ctrl+Shift+space exec dunstctl close-all
|
bindsym $mod+Ctrl+Shift+space exec dunstctl close-all
|
||||||
|
bindsym $mod+Ctrl+$mod1+space exec dunstctl history-pop
|
||||||
|
|
||||||
|
|
||||||
# start multi touch support
|
# start multi touch support
|
||||||
exec --no-startup-id libinput-gestures-setup start
|
exec --no-startup-id libinput-gestures-setup start
|
||||||
|
|||||||
@ -393,7 +393,19 @@ format-prefix = " "
|
|||||||
format-prefix-foreground = ${colors.bright_green}
|
format-prefix-foreground = ${colors.bright_green}
|
||||||
;format-underline = #4bffdc
|
;format-underline = #4bffdc
|
||||||
;format-underline = ${colors.underline-memory}
|
;format-underline = ${colors.underline-memory}
|
||||||
label = %percentage_used%%
|
label = %percentage_used%% %percentage_swap_used%%
|
||||||
|
|
||||||
|
; remove this is you don't want a bar
|
||||||
|
; format = <label> <bar-used>
|
||||||
|
; bar-used-indicator =
|
||||||
|
; bar-used-width = 10
|
||||||
|
; bar-used-foreground-0 = ${colors.bright_green}
|
||||||
|
; bar-used-foreground-1 = ${colors.neutral_green}
|
||||||
|
; bar-used-foreground-2 = ${colors.neutral_orange}
|
||||||
|
; bar-used-foreground-3 = ${colors.bright_orange}
|
||||||
|
; bar-used-fill = ▐
|
||||||
|
; bar-used-empty = ▐
|
||||||
|
; bar-used-empty-foreground = ${colors.dark2}
|
||||||
|
|
||||||
[module/updates-pacman]
|
[module/updates-pacman]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|||||||
@ -4,4 +4,6 @@
|
|||||||
# list is incomplete at the moment
|
# list is incomplete at the moment
|
||||||
sudo pacman -Sy \
|
sudo pacman -Sy \
|
||||||
pacman-contrib \
|
pacman-contrib \
|
||||||
qutebrowser
|
qutebrowser \
|
||||||
|
reflector
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user