...
This commit is contained in:
parent
90314680de
commit
ee180a813d
3 changed files with 7 additions and 7 deletions
|
@ -39,6 +39,6 @@
|
|||
[init]
|
||||
defaultBranch = main
|
||||
[http]
|
||||
sslBackend = gnutls
|
||||
sslCAinfo = /etc/ssl/certs/ca-certificates.crt
|
||||
sslVerify = false
|
||||
#sslBackend = gnutls
|
||||
#sslCAinfo = /etc/ssl/certs/ca-certificates.crt
|
||||
#sslVerify = false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
keep-open=yes
|
||||
ao=pipewire
|
||||
#ao=pulseaudo
|
||||
volume=60
|
||||
ytdl-raw-options=extractor-args="youtube:player-client=android"
|
||||
|
||||
|
|
|
@ -5,9 +5,9 @@ variant=$2
|
|||
echo '(
|
||||
rules: "",
|
||||
model: "",
|
||||
layout: "'$layout'",
|
||||
variant: "'$variant'",
|
||||
options: Some(",caps:escape"),
|
||||
layout: "'$layout',us",
|
||||
variant: "'$variant',",
|
||||
options: Some("grp:alt_space_toggle,caps:escape"),
|
||||
repeat_delay: 350,
|
||||
repeat_rate: 40,
|
||||
)' > $XDG_CONFIG_HOME/cosmic/com.system76.CosmicComp/v1/xkb_config
|
||||
|
|
Loading…
Reference in a new issue