From 5d06b8b08578691bc2b10f3c55f148cfaa3255ed Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 4 Apr 2019 19:16:53 -0400 Subject: [PATCH 1/3] freeze for dunst fix --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 7d24442b..d47923c9 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -125,7 +125,7 @@ mode "$freeze" { bindsym $mod+Shift+f mode "default" } bindsym $mod+f fullscreen toggle -bindsym $mod+Shift+f mode "$freeze" ;; exec --no-startup-id notify-send "Distraction-free mode activated. Press Super+Shift+f to return." +bindsym $mod+Shift+f mode "$freeze" ;; exec --no-startup-id notify-send "Distraction-free mode activated." "Press Super+Shift+f to return." bindsym $mod+g workspace prev bindsym $mod+Shift+g exec --no-startup-id gimp; workspace $ws5 From 17247b6ad6c2c68a26658ac99a2d4249b2fe2d35 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 5 Apr 2019 10:20:00 -0400 Subject: [PATCH 2/3] C-a as tmux prefix again --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index a01cde7a..9977b970 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,3 +1,4 @@ +set -g prefix C-a setw -g mode-keys vi setw -g mode-bg black set-option -g default-terminal "xterm-256color" From 5630bafafc2dea74d9acbc77b75236eb3598623e Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 5 Apr 2019 10:21:10 -0400 Subject: [PATCH 3/3] pac not fixes for new dunst --- .scripts/cron/checkup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.scripts/cron/checkup b/.scripts/cron/checkup index ae9d033e..0bda0985 100755 --- a/.scripts/cron/checkup +++ b/.scripts/cron/checkup @@ -3,7 +3,7 @@ ping -q -c 1 1.1.1.1 > /dev/null || exit -notify-send "📦 Checking for package updates..." +notify-send "📦 Repository Sync" "Checking for package updates..." sudo pacman -Syyuw --noconfirm || notify-send "Error downloading updates. @@ -12,7 +12,7 @@ pkill -RTMIN+8 i3blocks if pacman -Qu | grep -v "\[ignored\]" then - notify-send "🎁 Package updates available. Click statusbar icon (📦) for update." + notify-send "🎁 Repository Sync" "Updates available. Click statusbar icon (📦) for update." else - notify-send "📦 Repository sync complete. No new packages for update." + notify-send "📦 Repository Sync" "Sync complete. No new packages for update." fi