diff --git a/eggs/gtk/.config/gtk-3.0/.gitignore b/eggs/gtk/.config/gtk-3.0/.gitignore new file mode 100644 index 0000000..7e1f6a7 --- /dev/null +++ b/eggs/gtk/.config/gtk-3.0/.gitignore @@ -0,0 +1 @@ +bookmarks diff --git a/eggs/gtk/.config/gtk-3.0/bookmarks b/eggs/gtk/.config/gtk-3.0/bookmarks index 69a0c32..969308f 100644 --- a/eggs/gtk/.config/gtk-3.0/bookmarks +++ b/eggs/gtk/.config/gtk-3.0/bookmarks @@ -1,2 +1,3 @@ -file:///home/elk/Downloads Downloads -file:///home/elk/code +file:///home/leon/Downloads Downloads +file:///home/leon/Pictures Pictures +file:///home/leon/code code diff --git a/eggs/kanshi/config b/eggs/kanshi/config index 73a8cc1..85a3cfa 100644 --- a/eggs/kanshi/config +++ b/eggs/kanshi/config @@ -3,3 +3,7 @@ profile { output "Fujitsu Siemens Computers GmbH P27-8 TE Pro YVBH008792" mode 2560x1440 position 0,0 output eDP-1 mode 1920x1200 position 2560,1440 } + +profile { + output eDP-1 mode 1920x1200 position 0,0 +} diff --git a/eggs/niri/config.kdl b/eggs/niri/config.kdl index 5bef9d3..34a5225 100644 --- a/eggs/niri/config.kdl +++ b/eggs/niri/config.kdl @@ -37,8 +37,9 @@ cursor { } environment { - DISPLAY ":0" + XDG_CURRENT_DESKTOP "niri" + XDG_SESSION_TYPE "wayland" // GDK_BACKEND "x11" } @@ -92,6 +93,7 @@ layout { tab-indicator { width 6 + hide-when-single-tab // inactive-color "red" length total-proportion=0.8 active-color "#8ec07c" @@ -106,6 +108,7 @@ layout { // {% if device.laptop %} // spawn-at-startup "bash" "-c" "swayidle -w timeout 601 'niri msg action power-off-monitors' timeout 600 'hyprlock' before-sleep 'hyprlock' timeout 3600 'systemctl suspend' timeout 60000 'systemctl hibernate'" // spawn-at-startup "waybar" +// spawn-at-startup "kanshi" // {% end %} // {% if device.desktop %} @@ -178,6 +181,7 @@ layer-rule { window-rule { match app-id=r#"1Password"# + match title="Open Folder" match title=r#"[gG]mail"# match title=r#".*[Ww]hats[aA]pp.*$"# match title=r#".*Ente Photos.*"# @@ -188,6 +192,7 @@ window-rule { match app-id=r#"msedge-_.*-Default"# match title=r"[bB]itwarden" match title=r#"^.* is sharing your screen.$"#; + match title="Open Folder" open-floating true } diff --git a/eggs/zed/keymap.json b/eggs/zed/keymap.json index c882f76..d894f90 100644 --- a/eggs/zed/keymap.json +++ b/eggs/zed/keymap.json @@ -42,7 +42,8 @@ { "context": "MarkdownPreview || EmptyPane || Editor && VimControl && !VimWaiting && !menu", "bindings": { - "z space": "editor::FoldFunctionBodies", + "z space": "editor::FoldAll", + "z backspace": "editor::FoldFunctionBodies", "z enter": "editor::UnfoldAll", "space b c": "pane::CloseActiveItem", diff --git a/eggs/zed/settings.json b/eggs/zed/settings.json index d766c17..954f594 100644 --- a/eggs/zed/settings.json +++ b/eggs/zed/settings.json @@ -12,15 +12,15 @@ "assistant": { "default_model": { "provider": "copilot_chat", - "model": "gpt-4o" + "model": "claude-3-5-sonnet" }, "version": "2" }, "theme": "Gruvbox Dark Hard", "buffer_font_size": 14, - // "buffer_font_family": "Input Sans Compressed", + "buffer_font_family": "Input", // "buffer_font_family": "Input", - "buffer_font_family": "FiraCode Nerd Font", + // "buffer_font_family": "FiraCode Nerd Font", // "buffer_font_family": "JetBrainsMono Nerd Font Mono", // "buffer_line_height": { "custom": 1.55 }, // "ui_font_family": "Noto Sans",