chore: remove unused files
This commit is contained in:
parent
f56d076f52
commit
79d59ca488
3 changed files with 0 additions and 53 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +0,0 @@
|
||||||
[submodule "polybar/polybar-themes"]
|
|
||||||
path = polybar/polybar-themes
|
|
||||||
url = https://github.com/kiddae/polybar-themes
|
|
||||||
|
|
@ -1,21 +1,4 @@
|
||||||
return {
|
return {
|
||||||
updater = {
|
|
||||||
remote = "origin", -- remote to use
|
|
||||||
channel = "stable", -- "stable" or "nightly"
|
|
||||||
version = "latest", -- "latest", tag name, or regex search like "v1.*" to only do updates before v2 (STABLE ONLY)
|
|
||||||
branch = "nightly", -- branch name (NIGHTLY ONLY)
|
|
||||||
commit = nil, -- commit hash (NIGHTLY ONLY)
|
|
||||||
pin_plugins = nil, -- nil, true, false (nil will pin plugins on stable only)
|
|
||||||
skip_prompts = false, -- skip prompts about breaking changes
|
|
||||||
show_changelog = true, -- show the changelog after performing an update
|
|
||||||
auto_quit = false, -- automatically quit the current session after a successful update
|
|
||||||
remotes = { -- easily add new remotes to track
|
|
||||||
-- ["remote_name"] = "https://remote_url.come/repo.git", -- full remote url
|
|
||||||
-- ["remote2"] = "github_user/repo", -- GitHub user/repo shortcut,
|
|
||||||
-- ["remote3"] = "github_user", -- GitHub user assume AstroNvim fork
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
colorscheme = "catppuccin",
|
colorscheme = "catppuccin",
|
||||||
|
|
||||||
diagnostics = {
|
diagnostics = {
|
||||||
|
|
|
||||||
|
|
@ -1,33 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
####
|
|
||||||
#### misc tools
|
|
||||||
####
|
|
||||||
|
|
||||||
sxhkd &
|
|
||||||
wal -i ~/Pictures/walls/vapor4.jpg &
|
|
||||||
feh --bg-fill ~/Pictures/walls/vapor4.jpg &
|
|
||||||
. "${HOME}/.cache/00-80s.jpg" &
|
|
||||||
compton &
|
|
||||||
~/.config/polybar/launch.sh
|
|
||||||
pidof dunst && killall dunst && dunst &-c ~/.config/dunst/dunstrc > /dev/null 2>&1 &
|
|
||||||
xsetroot -cursor_name left_ptr &
|
|
||||||
wmname LG3D &
|
|
||||||
greenclip daemon &
|
|
||||||
|
|
||||||
bspc monitor -d eDP-1 1 2 3 4
|
|
||||||
bspc monitor -d HDMI-2 5 6 7 8 9
|
|
||||||
|
|
||||||
####
|
|
||||||
#### bspwm
|
|
||||||
####
|
|
||||||
|
|
||||||
set-monitors.sh
|
|
||||||
|
|
||||||
bspc config border_width 5
|
|
||||||
bspc config window_gap 8
|
|
||||||
|
|
||||||
bspc config split_ratio 0.52
|
|
||||||
bspc config borderless_monocle true
|
|
||||||
bspc config gapless_monocle true
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue