diff options
| author | benj <benj@rse8.com> | 2021-06-25 21:25:09 -0700 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2021-06-25 21:25:09 -0700 |
| commit | 38761c0e011ffb14a68f18cdc3c5d0f70073a75c (patch) | |
| tree | 165269386b32fd45d3a835c9600697912c3fa1e1 /des | |
| parent | d4481d05884a1fabbc1ea80129dfe7ae975b4e9b (diff) | |
| download | setup-38761c0e011ffb14a68f18cdc3c5d0f70073a75c.tar setup-38761c0e011ffb14a68f18cdc3c5d0f70073a75c.tar.gz setup-38761c0e011ffb14a68f18cdc3c5d0f70073a75c.tar.bz2 setup-38761c0e011ffb14a68f18cdc3c5d0f70073a75c.tar.lz setup-38761c0e011ffb14a68f18cdc3c5d0f70073a75c.tar.xz setup-38761c0e011ffb14a68f18cdc3c5d0f70073a75c.tar.zst setup-38761c0e011ffb14a68f18cdc3c5d0f70073a75c.zip | |
dunst controls
Diffstat (limited to 'des')
| -rw-r--r-- | des/i3/assets/wallpaper/cozy-view.png | bin | 0 -> 4850076 bytes | |||
| -rw-r--r-- | des/i3/config | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/des/i3/assets/wallpaper/cozy-view.png b/des/i3/assets/wallpaper/cozy-view.png Binary files differnew file mode 100644 index 0000000..3ad1724 --- /dev/null +++ b/des/i3/assets/wallpaper/cozy-view.png diff --git a/des/i3/config b/des/i3/config index 254b653..37c900f 100644 --- a/des/i3/config +++ b/des/i3/config @@ -19,6 +19,10 @@ font pango:monospace 8 # font pango:DejaVu Sans Mono 8 font pango:Source Code Pro 8 +# Notifications via dunst - handled by systemd +bindsym $mod+F12 exec --no-startup-id /usr/bin/dunstctl close +bindsym $mod+Shift+F12 exec --no-startup-id /usr/bin/dunstctl history-pop + # Order monitors exec --no-startup-id xrandr --output DVI-D-0 --auto --output HDMI-0 --auto --left-of DVI-D-0 |
