From f8a3c29f65f363ff0cbbc59d49027ac26563c0dd Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Wed, 5 Aug 2020 15:26:27 +0300 Subject: mako: use the restore (expired notifications) functionality from the development version --- dotfiles/.config/sway/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dotfiles/.config/sway') diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 7aed9b6..1e1f8a4 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -109,6 +109,9 @@ input 2:10:TPPS/2_IBM_TrackPoint pointer_accel 1 output "*" background ~/.config/wall1.png fill # Laptop display output "eDP-1" scale 1.6 pos 0 0 scale_filter linear +# Two monitor layout +output "HDMI-A-1" pos 0 0 +output "HDMI-A-2" pos 1920 200 # Keymaps input type:keyboard { @@ -144,7 +147,7 @@ bindsym --to-code { # Mako (notifications) $mod+Ctrl+space exec "makoctl dismiss" - # $mod+Ctrl+grave exec "makoctl list" + $mod+Ctrl+Shift+space exec "makoctl restore" # Screen brightness controls XF86MonBrightnessUp exec "xbacklight -inc 5" @@ -200,7 +203,7 @@ bindsym --to-code { Ctrl+Print exec --no-startup-id swayrecord # Sound - $mod+Shift+m exec $term -e 'pacmixer' + $mod+Shift+m exec $term -e 'ncpamixer' $mod+Ctrl+m exec --no-startup-id menuoutput # Applications that start with no gaps -- cgit v1.2.3