this repo has no description

Compare changes

Choose any two refs to compare.

Changed files
+25 -8
nvim
lua
kickstart
plugins
sway
config.d
+17 -1
nvim/init.lua
···
marksman = {},
vtsls = {},
tailwindcss = {},
+
rust_analyzer = {
+
settings = {
+
["rust-analyzer"] = {
+
check = {
+
command = "clippy",
+
},
+
cargo = {
+
allFeatures = true,
+
},
+
procMacro = {
+
enable = true,
+
},
+
},
+
},
+
},
lua_ls = {
-- cmd = { ... },
-- filetypes = { ... },
···
"htmlhint",
"pyright",
"ruff",
+
"rust_analyzer",
})
require("mason-tool-installer").setup({ ensure_installed = ensure_installed })
···
opts = {
picker = "snacks",
default_remote = { "origin" },
-
default_merge_method = "commit",
+
default_merge_method = "squash",
default_delete_branch = false,
issues = {
order_by = {
+1
nvim/lua/kickstart/plugins/lint.lua
···
lint.linters_by_ft = {
html = { "htmlhint" },
dockerfile = { "hadolint" },
+
rust = { "clippy" },
}
-- However, note that this will enable a set of default linters,
+5 -5
sway/config
···
output * adaptive_sync off
-
set $wallpaper /home/hailey/bgs/wolfgirl.jpg
+
set $wallpaper /home/hailey/bgs/carcig.png
output * bg $wallpaper fill
···
for_window [app_id="com.mitchellh.ghostty"] opacity 0.925
for_window [class="Slack"] opacity 0.975
for_window [class="discord"] opacity 0.975
+
+
# Always put workspace 9 on the second monitor
+
workspace 9 output HDMI-A-1
+
assign [app_id="spotify"] 9
corner_radius 10
···
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86MonBrightnessUp exec brightnessctl set +5%
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
-
bindsym XF86AudioPlay exec playerctl play-pause
-
bindsym XF86AudioPause exec playerctl play-pause
-
bindsym XF86AudioNext exec playerctl next
-
bindsym XF86AudioPrev exec playerctl previous
# bindsym $mod+Shift+End exec /home/hailey/.config/hypr/scripts/ScreenShot.sh --now
# bindsym $mod+Shift+s exec /home/hailey/.config/hypr/scripts/ScreenShot.sh --swappy
+2 -2
sway/config.d/monitors
···
-
output DP-3 resolution 3840x2160@240Hz pos 0,0
-
output eDP-1 resolution 2560x1600@165Hz pos 3840,1200
+
output DP-2 resolution 3840x2160@120Hz pos 0,0
+
output HDMI-A-1 resolution 2560x1440@143.912hz transform 270 pos -1440,0