Compare commits

..

No commits in common. "b331079ee470c3562a1831acf01911352b18edf7" and "49746bd3340258a9dae033d1f63ebf2fb4240721" have entirely different histories.

8 changed files with 38 additions and 54 deletions

1
.gitignore vendored
View file

@ -1,3 +1,2 @@
/.yolk_git
/.deployed_cache
/.git

View file

@ -1,4 +1,4 @@
// vim:set ft=kdl shiftwidth=4 commentstring=//%s:
// vim:set ft=kdl:
input {
keyboard {
xkb {
@ -52,26 +52,26 @@ output "Philips Consumer Electronics Company PHL 345B1C 0x00008E7C" {
position x=0 y=0
// {% end %}
}
// {% if device.desktop %}
//<yolk> output "HDMI-A-1" {
// {% if device.desktop %}
//<yolk> output "HDMI-A-1" {
//<yolk> mode "2560x1440"
//<yolk> scale 1
//<yolk> position x=0 y=0
//<yolk> }
//<yolk> }
// {% elif device.thinkix %}
//<yolk> output "HDMI-A-1" {
//<yolk> mode "1920x1080"
//<yolk> scale 1
//<yolk> position x=0 y=0
//<yolk> //off
//<yolk> mode "1920x1080"
//<yolk> scale 1
//<yolk> position x=0 y=0
//<yolk> //off
//<yolk> }
//<yolk> output "eDP-1" {
//<yolk> mode "1920x1080@60"
//<yolk> scale 1.0
//<yolk> transform "normal"
//<yolk> position x=0 y=1440
//<yolk> mode "1920x1080@60"
//<yolk> scale 1.0
//<yolk> transform "normal"
//<yolk> position x=0 y=1440
//<yolk> }
// {% end %}
@ -127,6 +127,8 @@ screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
animations {
window-movement {
// duration-ms 200
// curve "ease-out-quad"
spring damping-ratio=1.0 stiffness=800 epsilon=0.0001
}
horizontal-view-movement {
@ -134,6 +136,8 @@ animations {
}
window-open {
spring damping-ratio=1.0 stiffness=800 epsilon=0.0001
// duration-ms 200
// curve "ease-out-quad"
custom-shader r"
float map(float value, float min1, float max1, float min2, float max2) {
return min2 + (value - min1) * (max2 - min2) / (max1 - min1);
@ -142,12 +146,14 @@ animations {
float cur = niri_clamped_progress;
if (coords_geo.x > cur) { return vec4(0.0); }
vec3 coord = vec3(map(coords_geo.x,0.0, cur, 0.0, 1.0 ), coords_geo.y, coords_geo.z);
return texture2d(niri_tex, (niri_geo_to_tex * coord).st);
return texture2D(niri_tex, (niri_geo_to_tex * coord).st);
}
"
}
window-close {
spring damping-ratio=1.0 stiffness=800 epsilon=0.0001
// duration-ms 200
// curve "ease-out-quad"
custom-shader r"
float map(float value, float min1, float max1, float min2, float max2) {
return min2 + (value - min1) * (max2 - min2) / (max1 - min1);
@ -176,14 +182,12 @@ window-rule {
match app-id=r#"1Password"#
match title=r#"[gG]mail"#
match title=r#".*[Ww]hats[aA]pp.*$"#
match title=r#".*Ente Photos.*"#
block-out-from "screen-capture"
}
window-rule {
match app-id=r#"^1Password$"#
open-floating true
}
window-rule {
match title=r#"Picture-in-Picture"#
max-width 300
@ -199,18 +203,16 @@ window-rule {
window-rule {
match title=r#"^.* is sharing your screen.$"#;
open-floating true
}
// window-rule {
// match is-active-in-column=false;
// max-height 100;
// min-height 100;
// }
window-rule {
shadow {
on
spread 0
softness 20
// offset x=1 y=-1
}
clip-to-geometry true
geometry-corner-radius 8
}
@ -333,8 +335,8 @@ binds {
//Mod+Period { expel-window-from-column; }
// There are also commands that consume or expel a single window to the side.
Mod+BracketLeft { consume-or-expel-window-left; }
Mod+BracketRight { consume-or-expel-window-right; }
Mod+BracketLeft { consume-or-expel-window-left; }
Mod+BracketRight { consume-or-expel-window-right; }
Mod+R { switch-preset-column-width; }
Mod+Ctrl+R { spawn "sh" "-c" r#"
@ -342,14 +344,14 @@ binds {
niri msg action set-column-width 33%
niri msg action focus-column-left
niri msg action set-column-width 67%
"#;
"#;
}
Mod+Ctrl+Shift+R { spawn "sh" "-c" r#"
niri msg action set-column-width 33%
niri msg action focus-column-right
niri msg action set-column-width 67%
niri msg action focus-column-left
"#;
"#;
}
Mod+Ctrl+T { spawn "sh" "-c" r#"
niri msg action set-column-width 50%
@ -358,7 +360,7 @@ binds {
niri msg action focus-column-left
niri msg action focus-column-right
niri msg action focus-column-left
"#;
"#;
}
Mod+Ctrl+Shift+T { spawn "sh" "-c" r#"
niri msg action set-column-width 34%
@ -368,7 +370,7 @@ binds {
niri msg action set-column-width 33%
niri msg action focus-column-left
niri msg action focus-column-left
"#;
"#;
}
Mod+Shift+R { reset-window-height; }
Mod+F { maximize-column; }
@ -389,9 +391,9 @@ binds {
Ctrl+Shift+Print {
spawn "sh" "-c" r#"
file=~/Videos/recordings/"$(date +%s)".mp4
wf-recorder -c h264_vaapi -r 60 --bframes 0 -g "$(slurp -b '#00000090' -w 0)" -f "$file"
wl-copy file:/"$file" -t text/uri-list
file=~/Videos/recordings/"$(date +%s)".mp4
wf-recorder -c h264_vaapi -r 60 --bframes 0 -g "$(slurp -b '#00000090' -w 0)" -f "$file"
wl-copy file:/"$file" -t text/uri-list
"#;
}

View file

@ -25,13 +25,10 @@
"mason-lspconfig.nvim": { "branch": "main", "commit": "97d9f1d3ad205dece6bcafd1d71cf1507608f3c7" },
"mason.nvim": { "branch": "main", "commit": "e2f7f9044ec30067bc11800a9e266664b88cda22" },
"mini.ai": { "branch": "main", "commit": "ebb04799794a7f94628153991e6334c3304961b8" },
"mini.animate": { "branch": "main", "commit": "d14190ac3040116540889e2ebc25f488b195799e" },
"mini.comment": { "branch": "main", "commit": "a56581c40c19fa26f2b39da72504398de3173c5a" },
"mini.hipatterns": { "branch": "main", "commit": "f34975103a38b3f608219a1324cdfc58ea660b8b" },
"mini.icons": { "branch": "main", "commit": "1c79feb7478ca773fa3dac5cadf43ced9180e861" },
"mini.move": { "branch": "main", "commit": "4caa1c212f5ca3d1633d21cfb184808090ed74b1" },
"mini.pairs": { "branch": "main", "commit": "e543c760edc5e746e5b6cbd02c066c17ead3ef16" },
"mini.surround": { "branch": "main", "commit": "aa5e245829dd12d8ff0c96ef11da28681d6049aa" },
"neo-tree.nvim": { "branch": "main", "commit": "0774fa2085c62a147fcc7b56f0ac37053cc80217" },
"noice.nvim": { "branch": "main", "commit": "eaed6cc9c06aa2013b5255349e4f26a6b17ab70f" },
"nui.nvim": { "branch": "main", "commit": "53e907ffe5eedebdca1cd503b00aa8692068ca46" },

View file

@ -3,13 +3,11 @@
"lazyvim.plugins.extras.ai.copilot",
"lazyvim.plugins.extras.ai.copilot-chat",
"lazyvim.plugins.extras.coding.mini-comment",
"lazyvim.plugins.extras.coding.mini-surround",
"lazyvim.plugins.extras.editor.telescope",
"lazyvim.plugins.extras.lang.json",
"lazyvim.plugins.extras.lang.markdown",
"lazyvim.plugins.extras.lang.rust",
"lazyvim.plugins.extras.lang.toml",
"lazyvim.plugins.extras.util.mini-hipatterns"
"lazyvim.plugins.extras.lang.toml"
],
"news": {
"NEWS.md": "10960"

View file

@ -26,7 +26,7 @@ return {
enabled = false,
},
scroll = {
enabled = true,
enabled = false,
},
lazygit = {
enabled = false,

View file

@ -1,14 +1,4 @@
return {
{
"nvim-treesitter/nvim-treesitter",
version = false,
build = ":TSUpdate",
---@type TSConfig
---@diagnostic disable-next-line: missing-fields
opts = {
}
},
{
"nvim-treesitter/playground",
cmd = { "TSPlaygroundToggle", "TSHighlightCapturesUnderCursor" },

View file

@ -89,8 +89,6 @@
"panel.background": "#282828",
"tab_bar.background": "#282828",
// "border": "#3c3836",
"border": "#282828",
"title_bar.background": "#1d2021"
"border": "#3c3836"
}
}

View file

@ -22,7 +22,7 @@ export let eggs = #{
"eww-bar": merge_into_home(device.linux && device.desktop, []),
"foot": #{ enabled: device.linux, targets: "~/.config/foot", templates: ["foot.ini"] },
"git": merge_into_home(true, [".gitconfig"]),
"niri": #{ enabled: device.linux, targets: "~/.config/niri", templates: ["**/*.kdl"], main_file: "config.kdl" },
"niri": #{ enabled: device.linux, targets: "~/.config/niri", templates: ["**/*.kdl"] },
"nvim": #{ strategy: "put", targets: "~/.config/nvim", main_file: "init.lua" },
"profile": #{ enabled: device.linux, strategy: "merge", targets: "~" },
"starship": merge_into_home(true, []),