From 5592e80397aa5c887268c93b300b4f85c816c48f Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 8 Oct 2020 13:35:59 +0200 Subject: update --- .bashrc | 2 +- .config/dunst/dunstrc | 7 +++---- .config/i3/config | 4 ++++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.bashrc b/.bashrc index 821e08b..861b390 100644 --- a/.bashrc +++ b/.bashrc @@ -73,7 +73,7 @@ alias ifre='echo "ip link set wlo1 down; ip link set wlo1 up"|sudo sh' alias by='go build ./cmd/yaegi' alias cy='cd ~/go/src/github.com/traefik/yaegi' #alias ty='go test -v -short ./interp' -alias ya='rlwrap -pblue ./yaegi' +alias ya='rlwrap -pblue yaegi' alias dya='YAEGI_AST_DOT=1 YAEGI_CFG_DOT=1 ./yaegi' alias wai='~/go/src/github.co/traefik/whoami/whoami' diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index d5a7f1b..c670303 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -86,7 +86,7 @@ ### Text ### - font = Monospace 8 + font = Monospace 9 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -286,11 +286,10 @@ # of "1". Make sure this key actually exists on your keyboard layout, # e.g. check output of 'xmodmap -pke' #history = ctrl+grave - history = ctrl+exclam + history = ctrl+twosuperior # Context menu. - #context = ctrl+colon - context = ctrl+shift+exclam + context = ctrl+colon [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. diff --git a/.config/i3/config b/.config/i3/config index 1b10cb1..441753d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -37,6 +37,10 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -c 000000 --nofork # Notification daemon (see ~/.config/dunst/dunstrc for configuration) exec --no-startup-id dunst +bindsym $mod+a exec --no-startup-id dunstctl action +bindsym $mod+n exec --no-startup-id dunstctl close +bindsym $mod+twosuperior exec --no-startup-id dunstctl history-pop + # pulse audio systray icon exec --no-startup-id pasystray -- cgit v1.2.3