YES
This commit is contained in:
@@ -300,4 +300,7 @@ alias yolo='git commit -m "$(curl https://whatthecommit.com/index.txt)"'
|
|||||||
alias letcat='git checkout'
|
alias letcat='git checkout'
|
||||||
alias violenz='git rebase'
|
alias violenz='git rebase'
|
||||||
alias ani-cli='ani-cli -q 480'
|
alias ani-cli='ani-cli -q 480'
|
||||||
|
alias anaconda='source ~/.zsh_anaconda'
|
||||||
|
export GTF_JAVA_SG="$PWD"
|
||||||
|
alias generate_java_project="\$GTF_JAVA_SG/generate_java_project"
|
||||||
|
|
||||||
|
|||||||
@@ -140,6 +140,7 @@ export PATH=$PATH:$HOME/.spicetify:/home/libkyy/.cargo/bin:/usr/local/texlive/20
|
|||||||
export PATH=$PATH:$HOME/.local/share/flutter/bin
|
export PATH=$PATH:$HOME/.local/share/flutter/bin
|
||||||
export ANDROID_HOME=$HOME/Android/Sdk
|
export ANDROID_HOME=$HOME/Android/Sdk
|
||||||
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
|
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
|
||||||
|
export PATH=$PATH:/opt/gradle/gradle-6.9.4/bin
|
||||||
export TERMINAL=kitty
|
export TERMINAL=kitty
|
||||||
export MPD_HOST=127.0.0.1
|
export MPD_HOST=127.0.0.1
|
||||||
export MPD_PORT=6969
|
export MPD_PORT=6969
|
||||||
@@ -204,4 +205,3 @@ export PYENV_ROOT="$HOME/.pyenv"
|
|||||||
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
|
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
#anaconda slows shit down D:<<<<
|
#anaconda slows shit down D:<<<<
|
||||||
alias anaconda='source ~/.zsh_anaconda'
|
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ assign [class = "steam_proton"] $Game
|
|||||||
assign [class = "steam_app^.*"] $Game
|
assign [class = "steam_app^.*"] $Game
|
||||||
assign [class = "^.*Minecraft"] $Game
|
assign [class = "^.*Minecraft"] $Game
|
||||||
assign [class = "^.*steam"] $Game
|
assign [class = "^.*steam"] $Game
|
||||||
assign [class = "overwatch.exe"] $Game
|
assign [class = "^.*overwatch.exe"] $Game
|
||||||
|
|
||||||
#Mail
|
#Mail
|
||||||
assign [class = "Evolution"] $Mail
|
assign [class = "Evolution"] $Mail
|
||||||
@@ -87,7 +87,7 @@ assign [class = "Chromium-browser"] $Vm
|
|||||||
|
|
||||||
#More Rules
|
#More Rules
|
||||||
#Classes
|
#Classes
|
||||||
for_window [class = "Spotify"] move to workspace $IRC
|
for_window [class = "Spotify"] move to workspace $Mail
|
||||||
for_window [class = "AppRun.wrapped"] floating enabled
|
for_window [class = "AppRun.wrapped"] floating enabled
|
||||||
for_window [class = "Soundux"] floating enabled
|
for_window [class = "Soundux"] floating enabled
|
||||||
for_window [class = "Nemo"] floating enabled
|
for_window [class = "Nemo"] floating enabled
|
||||||
@@ -96,6 +96,7 @@ for_window [class = "Pavucontrol"] floating enabled
|
|||||||
for_window [class = "GUI"] floating enabled
|
for_window [class = "GUI"] floating enabled
|
||||||
for_window [class = "NoiseTorch"] floating enabled
|
for_window [class = "NoiseTorch"] floating enabled
|
||||||
for_window [class = "flameshot"] floating enabled
|
for_window [class = "flameshot"] floating enabled
|
||||||
|
for_window [class = "Chromium-browser"] floating disabled
|
||||||
|
|
||||||
#Workspaces
|
#Workspaces
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,4 @@
|
|||||||
font_family Fira Code
|
font_family Fira Code
|
||||||
font_size 11.0
|
font_size 12.0
|
||||||
|
map ctrl+shift+l next_tab
|
||||||
|
map ctrl+shift+h previous_tab
|
||||||
|
|||||||
@@ -62,6 +62,7 @@ local config = {
|
|||||||
neovide_remember_window_size = true,
|
neovide_remember_window_size = true,
|
||||||
neovide_fullscreen = true,
|
neovide_fullscreen = true,
|
||||||
spell_lang = "en_gb", -- set spellcheck language
|
spell_lang = "en_gb", -- set spellcheck language
|
||||||
|
python3_host_prog='/home/libkyy/bin/anaconda3/envs/jewpidor/bin/python',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -125,6 +126,7 @@ local config = {
|
|||||||
treesitter = true,
|
treesitter = true,
|
||||||
vimwiki = false,
|
vimwiki = false,
|
||||||
["which-key"] = true,
|
["which-key"] = true,
|
||||||
|
["null-ls"] = false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -139,7 +141,7 @@ local config = {
|
|||||||
-- enable servers that you already have installed without mason
|
-- enable servers that you already have installed without mason
|
||||||
servers = {
|
servers = {
|
||||||
-- "pyright"
|
-- "pyright"
|
||||||
"rust_analyzer"
|
"rust_analyzer",
|
||||||
},
|
},
|
||||||
formatting = {
|
formatting = {
|
||||||
-- control auto formatting on save
|
-- control auto formatting on save
|
||||||
@@ -213,6 +215,9 @@ local config = {
|
|||||||
["<leader>cd"] = {function() require("duck").hatch("🦀") end, desc = "duck hatch"},
|
["<leader>cd"] = {function() require("duck").hatch("🦀") end, desc = "duck hatch"},
|
||||||
["<leader>ck"] = {function() require("duck").cook() end, desc = "duck cook"},
|
["<leader>ck"] = {function() require("duck").cook() end, desc = "duck cook"},
|
||||||
["<leader>ca"] = {function() vim.lsp.buf.code_action() end, desc = "Code action"},
|
["<leader>ca"] = {function() vim.lsp.buf.code_action() end, desc = "Code action"},
|
||||||
|
["<leader>jr"] = { "<cmd>MagmaEvaluateOperator<CR>", desc = "Evaluate Operator"},
|
||||||
|
["<leader>jrr"] = { "<cmd>MagmaEvaluateLine<CR>", desc = "Evaluate Line"},
|
||||||
|
["<leader>jo"] = { "<cmd>MagmaShowOutput<CR>", desc = "Show output"},
|
||||||
},
|
},
|
||||||
t = {
|
t = {
|
||||||
-- setting a mapping to false will disable it
|
-- setting a mapping to false will disable it
|
||||||
@@ -242,6 +247,8 @@ local config = {
|
|||||||
-- You can also add new plugins here as well:
|
-- You can also add new plugins here as well:
|
||||||
-- Add plugins, the packer syntax without the "use"
|
-- Add plugins, the packer syntax without the "use"
|
||||||
-- { "andweeb/presence.nvim" },
|
-- { "andweeb/presence.nvim" },
|
||||||
|
{ "meatballs/notebook.nvim" },
|
||||||
|
{ 'dccsillag/magma-nvim', run = ':UpdateRemotePlugins' },
|
||||||
-- {
|
-- {
|
||||||
-- "ray-x/lsp_signature.nvim",
|
-- "ray-x/lsp_signature.nvim",
|
||||||
-- event = "BufRead",
|
-- event = "BufRead",
|
||||||
@@ -355,7 +362,8 @@ local config = {
|
|||||||
-- group name in which-key top level menu
|
-- group name in which-key top level menu
|
||||||
["b"] = { name = "Buffer" },
|
["b"] = { name = "Buffer" },
|
||||||
["c"] = { name = "Code Stuff"},
|
["c"] = { name = "Code Stuff"},
|
||||||
["L"] = { name = "LaTEX"}
|
["L"] = { name = "LaTEX"},
|
||||||
|
["j"] = { name = "Jew Pidor"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -378,6 +386,7 @@ local config = {
|
|||||||
-- },
|
-- },
|
||||||
-- }
|
-- }
|
||||||
end,
|
end,
|
||||||
|
require('notebook')
|
||||||
}
|
}
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|||||||
@@ -141,9 +141,9 @@ font-1 = "feather:size=10;3"
|
|||||||
; modules-center = xwindow xbacklight
|
; modules-center = xwindow xbacklight
|
||||||
; modules-right = ipc clock
|
; modules-right = ipc clock
|
||||||
|
|
||||||
modules-left = sep
|
modules-left = sep title
|
||||||
modules-center = i3
|
modules-center = i3
|
||||||
modules-right = sep cpu memory date pulseaudio sep
|
modules-right = sep cpu memory date sep
|
||||||
|
|
||||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
|
|
||||||
|
|||||||
@@ -718,7 +718,7 @@ type = internal/mpd
|
|||||||
; Host where mpd is running (either ip or domain name)
|
; Host where mpd is running (either ip or domain name)
|
||||||
; Can also be the full path to a unix socket where mpd is running.
|
; Can also be the full path to a unix socket where mpd is running.
|
||||||
host = 127.0.0.1
|
host = 127.0.0.1
|
||||||
port = 6600
|
port = 6969
|
||||||
;;password = mysecretpassword
|
;;password = mysecretpassword
|
||||||
|
|
||||||
; Seconds to sleep between progressbar/song timer sync
|
; Seconds to sleep between progressbar/song timer sync
|
||||||
|
|||||||
@@ -175,6 +175,7 @@ click-right = lxappearance &
|
|||||||
|
|
||||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
|
|
||||||
|
|
||||||
[module/powermenu]
|
[module/powermenu]
|
||||||
type = custom/menu
|
type = custom/menu
|
||||||
|
|
||||||
@@ -294,9 +295,20 @@ label-close-padding = 1
|
|||||||
[module/spotify]
|
[module/spotify]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
; Default
|
; Default
|
||||||
exec = spotifyctl -q status --format '%artist%: %title%'
|
exec = spt playback --format '%t'
|
||||||
; Playing/paused show song name and artist
|
; Playing/paused show song name and artist
|
||||||
label = %output%
|
|
||||||
format = <label>
|
format = <label>
|
||||||
|
format-prefix =
|
||||||
|
format-prefix-background = ${color.green}
|
||||||
|
format-prefix-padding = 1
|
||||||
|
format-overline = ${color.background}
|
||||||
|
format-underline = ${color.background}
|
||||||
|
|
||||||
|
; Available tokens:
|
||||||
|
; %output%
|
||||||
|
; Default: %output%
|
||||||
|
label = %output%
|
||||||
|
label-background = ${color.background-alt}
|
||||||
|
label-padding = 1
|
||||||
|
|
||||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
|
|||||||
Reference in New Issue
Block a user