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
|
save_to_clipboard = false
|
||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
style = { shape = Block, blinking = Off }
|
style = { shape = "Block", blinking = "Off" }
|
||||||
vi_mode_style = { shape = Block, blinking = On }
|
vi_mode_style = { shape = "Block", blinking = "On" }
|
||||||
blink_interval = 1000
|
blink_interval = 1000
|
||||||
blink_timeout = 0
|
blink_timeout = 0
|
||||||
unfocused_hollow = false
|
unfocused_hollow = false
|
||||||
|
|
||||||
[mouse]
|
[mouse]
|
||||||
hide_when_typing = true
|
hide_when_typing = true
|
||||||
|
@ -12,13 +12,13 @@ case "$1" in
|
|||||||
alacritty
|
alacritty
|
||||||
;;
|
;;
|
||||||
--floating)
|
--floating)
|
||||||
alacritty --class floaterm,alacritty -o lines=22 columns=90
|
alacritty --class floaterm,alacritty -o window.dimensions.lines=22 window.dimensions.columns=90
|
||||||
;;
|
;;
|
||||||
--update)
|
--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)
|
--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)
|
--ranger)
|
||||||
alacritty --class alacritty -e ranger
|
alacritty --class alacritty -e ranger
|
||||||
@ -27,10 +27,10 @@ case "$1" in
|
|||||||
alacritty -e nvim
|
alacritty -e nvim
|
||||||
;;
|
;;
|
||||||
--music)
|
--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)
|
--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)
|
--browser)
|
||||||
brave
|
brave
|
||||||
|
Loading…
x
Reference in New Issue
Block a user