fix: Remove remaining keybinds
This commit is contained in:
parent
642aacd358
commit
b2407e682e
8 changed files with 42 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
1241
|
||||
1277
|
||||
copyq
|
||||
spaceship
|
||||
a10dc6f271ba47d988a3b282250928e2
|
||||
6ab064e3-5c06-478f-b9b4-e5b0b8ca5283
|
||||
a08586c7-f700-42f4-aa1b-2acfe2575456
|
||||
|
|
|
|||
0
copyq/copyq_geometry.ini.lock.rmlock
Normal file
0
copyq/copyq_geometry.ini.lock.rmlock
Normal file
0
copyq/copyq_geometry.ini.lock.rmlock.rmlock
Normal file
0
copyq/copyq_geometry.ini.lock.rmlock.rmlock
Normal file
Binary file not shown.
|
|
@ -12,3 +12,5 @@ GPG_TTY=$(tty)
|
|||
PATH=$PATH:$HOME/.local/bin
|
||||
TEXMFHOME=$HOME/.texmf
|
||||
PATH=/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:$HOME/.local/bin:$HOME/.cargo/bin:$PATH
|
||||
EDITOR=nvim
|
||||
SUDO_EDITOR=nvim
|
||||
|
|
|
|||
|
|
@ -78,7 +78,8 @@ misc {
|
|||
|
||||
vfr=true
|
||||
vrr = 1
|
||||
# animate_manual_resizes=1
|
||||
animate_manual_resizes=1
|
||||
animate_mouse_windowdragging=0
|
||||
# enable_swallow=true
|
||||
# swallow_regex=^(.*)(Alacritty)(.*)$
|
||||
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@ end
|
|||
local opts = { noremap = true, silent = true }
|
||||
local term_opts = { silent = true }
|
||||
|
||||
map("n", "d", ':set relativenumber<CR>d', opts)
|
||||
map("n", "y", ':set relativenumber<CR>y', opts)
|
||||
map("n", "<ESC>", ':set norelativenumber<CR><ESC>', opts)
|
||||
-- map("n", "d", ':set relativenumber<CR>d', opts)
|
||||
-- map("n", "y", ':set relativenumber<CR>y', opts)
|
||||
-- map("n", "<ESC>", ':set norelativenumber<CR><ESC>', opts)
|
||||
|
||||
-- debug
|
||||
map("n", "<F5>", ':lua require("dap").toggle_breakpoint()<CR>', opts)
|
||||
|
|
|
|||
33
spotify-player/theme.toml
Normal file
33
spotify-player/theme.toml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
[[themes]]
|
||||
name = "tokyonight-dark"
|
||||
[themes.palette]
|
||||
background = "#1A1B26"
|
||||
foreground = "#8AADF4"
|
||||
black = "#1A1B26"
|
||||
blue = "#8AADF4"
|
||||
cyan = "#91D7E3"
|
||||
green = "#A6DA95"
|
||||
magenta = "#C6A0F6"
|
||||
red = "#ED8796"
|
||||
white = "#2F3240"
|
||||
yellow = "#EED49F"
|
||||
bright_black = "#1A1B26"
|
||||
bright_blue = "#8AADF4"
|
||||
bright_cyan = "#91D7E3"
|
||||
bright_green = "#A6DA95"
|
||||
bright_magenta = "#C6A0F6"
|
||||
bright_red = "#ED8796"
|
||||
bright_white = "#2F3240"
|
||||
bright_yellow = "#EED49F"
|
||||
selection_background = "#2B2C3B"
|
||||
selection_foreground = "#2F3240"
|
||||
|
||||
[themes.component_style]
|
||||
block_title = { fg = "Magenta" }
|
||||
playback_track = { fg = "Cyan", modifiers = ["Bold"] }
|
||||
playback_album = { fg = "Yellow" }
|
||||
playback_metadata = { fg = "Blue" }
|
||||
playback_progress_bar = { bg = "Black", fg = "Green" }
|
||||
current_playing = { fg = "Green", modifiers = ["Bold"] }
|
||||
page_desc = { fg = "Cyan", modifiers = ["Bold"] }
|
||||
table_header = { fg = "Blue" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue