mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
feat: changed gnome keyring to keepassxc
This commit is contained in:
@@ -9,8 +9,9 @@ kanata -c ~/.config/kanata/config.kbd &
|
||||
waybar &
|
||||
flameshot &
|
||||
|
||||
/usr/lib/polkit-kde-authentication-agent-1 &
|
||||
gnome-keyring-daemon --start --components=secrets,pkcs11,ssh &
|
||||
/usr/lib/mate-polkit/polkit-mate-authentication-agent-1 & disown
|
||||
sleep 1 && keepassxc &
|
||||
# gnome-keyring-daemon --start --components=secrets,pkcs11,ssh &
|
||||
|
||||
# for L in 64 ''; do
|
||||
# A=/usr/lib$L/seahorse/seahorse-ssh-askpass
|
||||
|
||||
@@ -5,6 +5,7 @@ image/jpeg=feh.desktop;
|
||||
image/png=feh.desktop;
|
||||
text/html=vim.desktop;
|
||||
application/pdf=okularApplication_pdf.desktop;
|
||||
video/x-matroska=mpv.desktop;
|
||||
|
||||
[Default Applications]
|
||||
application/pdf=xreader.desktop;
|
||||
@@ -31,3 +32,4 @@ x-scheme-handler/remmina=org.remmina.Remmina.desktop;
|
||||
x-scheme-handler/spice=org.remmina.Remmina.desktop;
|
||||
x-scheme-handler/terminal=kitty.desktop;
|
||||
x-scheme-handler/vnc=org.remmina.Remmina.desktop;
|
||||
video/x-matroska=mpv.desktop
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
music_directory "~/Music"
|
||||
music_directory "~/music"
|
||||
playlist_directory "~/.config/mpd/playlists"
|
||||
|
||||
auto_update "yes"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
ncmpcpp_directory = "~/.config/ncmpcpp"
|
||||
lyrics_directory = "~/.local/share/lyrics"
|
||||
mpd_music_dir = "~/Music"
|
||||
mpd_music_dir = "~/music"
|
||||
message_delay_time = "1"
|
||||
visualizer_type = "spectrum"
|
||||
song_list_format = {$4%a - }{%t}|{$8%f$9}$R{$3(%l)$9}
|
||||
|
||||
Reference in New Issue
Block a user