mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Merge remote-tracking branch 'origin/master' into x250
This commit is contained in:
commit
3a09e27cc8
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user