Merge remote-tracking branch 'origin/master' into x250

This commit is contained in:
Dr. Amr Osman 2019-04-05 22:35:31 +02:00
commit 3a09e27cc8
3 changed files with 5 additions and 4 deletions

View File

@ -192,7 +192,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 "<b>Distraction-free mode activated.</b> 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

View File

@ -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

View File

@ -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"