Finished hacker theme mostly and added some other configs
This commit is contained in:
parent
0c499ecbd6
commit
ad06f5284e
91 changed files with 1928 additions and 3 deletions
34
themes/base/.config/spotify-player/keymap.toml
Normal file
34
themes/base/.config/spotify-player/keymap.toml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[[keymaps]]
|
||||
command = "NextTrack"
|
||||
key_sequence = "g n"
|
||||
[[keymaps]]
|
||||
command = "PreviousTrack"
|
||||
key_sequence = "g p"
|
||||
[[keymaps]]
|
||||
command = "Search"
|
||||
key_sequence = "C-c C-x /"
|
||||
[[keymaps]]
|
||||
command = "ResumePause"
|
||||
key_sequence = "M-enter"
|
||||
[[keymaps]]
|
||||
command = "None"
|
||||
key_sequence = "q"
|
||||
[[keymaps]]
|
||||
command = { VolumeChange = { offset = 1 } }
|
||||
key_sequence = "-"
|
||||
[[keymaps]]
|
||||
command = { SeekForward = { duration = 10 } }
|
||||
key_sequence = "E"
|
||||
[[keymaps]]
|
||||
command = { SeekBackward = { } }
|
||||
key_sequence = "Q"
|
||||
[[actions]]
|
||||
action = "GoToArtist"
|
||||
key_sequence = "g A"
|
||||
[[actions]]
|
||||
action = "GoToAlbum"
|
||||
key_sequence = "g B"
|
||||
target = "PlayingTrack"
|
||||
[[actions]]
|
||||
action="ToggleLiked"
|
||||
key_sequence="C-l"
|
||||
Loading…
Add table
Add a link
Reference in a new issue