Update vimrc
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
# Show age of message if message is older than show_age_threshold
|
||||
# seconds.
|
||||
# Set to -1 to disable.
|
||||
show_age_threshold = 5
|
||||
show_age_threshold = -1
|
||||
|
||||
# Split notifications into multiple lines if they don't fit into
|
||||
# geometry.
|
||||
|
||||
@@ -95,7 +95,6 @@ bindsym $mod+o mode "Open"
|
||||
|
||||
# ======================================== Shutdown
|
||||
mode "Shutdown" {
|
||||
bindsym s exec shutdown now
|
||||
bindsym l exec "~/scripts/lock.sh"
|
||||
bindsym e exec "i3-nagbar -t warning -m 'Logout?' -B 'Yes!' 'i3-msg exit'"
|
||||
|
||||
|
||||
@@ -196,7 +196,7 @@ format-disconnected-underline = ${colors.urgent}
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/scripts/yay_updates.sh
|
||||
tail = true
|
||||
interval = 60
|
||||
interval = 600
|
||||
click-left = alacritty -e yay &
|
||||
|
||||
format-prefix = " "
|
||||
|
||||
Reference in New Issue
Block a user