Fixed things
This commit is contained in:
parent
0bad707e43
commit
2ab2e15691
@ -22,11 +22,11 @@ command = { program = "paplay", args = ["/usr/share/sounds/freedesktop/stereo/di
|
||||
save_to_clipboard = false
|
||||
|
||||
[cursor]
|
||||
style = { shape = Block, blinking = Off }
|
||||
vi_mode_style = { shape = Block, blinking = On }
|
||||
style = { shape = "Block", blinking = "Off" }
|
||||
vi_mode_style = { shape = "Block", blinking = "On" }
|
||||
blink_interval = 1000
|
||||
blink_timeout = 0
|
||||
unfocused_hollow = false
|
||||
|
||||
[mouse]
|
||||
hide_when_typing = true
|
||||
hide_when_typing = true
|
||||
|
@ -12,13 +12,13 @@ case "$1" in
|
||||
alacritty
|
||||
;;
|
||||
--floating)
|
||||
alacritty --class floaterm,alacritty -o lines=22 columns=90
|
||||
alacritty --class floaterm,alacritty -o window.dimensions.lines=22 window.dimensions.columns=90
|
||||
;;
|
||||
--update)
|
||||
alacritty --hold --class floaterm,alacritty -o lines=22 columns=90 -e updates --update-system
|
||||
alacritty --hold --class floaterm,alacritty -o window.dimensions.lines=22 window.dimensions.columns=90 -e updates --update-system
|
||||
;;
|
||||
--checkupdates)
|
||||
alacritty --hold --class updating,alacritty -o lines=22 columns=47 -e updates --print-updates
|
||||
alacritty --hold --class updating,alacritty -o window.dimensions.lines=22 window.dimensions.columns=47 -e updates --print-updates
|
||||
;;
|
||||
--ranger)
|
||||
alacritty --class alacritty -e ranger
|
||||
@ -27,10 +27,10 @@ case "$1" in
|
||||
alacritty -e nvim
|
||||
;;
|
||||
--music)
|
||||
alacritty --class floaterm,alacritty -o lines=18 columns=67 -e ncmpcpp
|
||||
alacritty --class floaterm,alacritty -o window.dimensions.lines=18 window.dimensions.columns=67 -e ncmpcpp
|
||||
;;
|
||||
--fetch)
|
||||
alacritty --hold --class floaterm,alacritty -o lines=21 columns=90 -e neofetch
|
||||
alacritty --hold --class floaterm,alacritty -o window.dimensions.lines=21 window.dimensions.columns=90 -e neofetch
|
||||
;;
|
||||
--browser)
|
||||
brave
|
||||
|
Loading…
x
Reference in New Issue
Block a user