From 6832ab9634117d7a21242b43275e40e0e46d40c5 Mon Sep 17 00:00:00 2001 From: inorishio Date: Mon, 19 Jan 2026 21:24:51 +0100 Subject: [PATCH] Update dotfiles (2026-01-19 21:24:51) --- .config/I-DeskPet/config.json | 6 ++++++ .config/swappy/config | 11 +++++++++++ .config/zterm/config.json | 34 ++++++++++++++++++++++++++++++++++ .zprofile | 3 +++ 4 files changed, 54 insertions(+) create mode 100644 .config/I-DeskPet/config.json create mode 100644 .config/swappy/config create mode 100644 .config/zterm/config.json create mode 100644 .zprofile diff --git a/.config/I-DeskPet/config.json b/.config/I-DeskPet/config.json new file mode 100644 index 0000000..332e541 --- /dev/null +++ b/.config/I-DeskPet/config.json @@ -0,0 +1,6 @@ +{ + "gifFolder": "/home/inorishio/Pictures/Pets/", + "scaling": "1.6", + "maxHeight": "300", + "maxWidth": "300" +} diff --git a/.config/swappy/config b/.config/swappy/config new file mode 100644 index 0000000..b865095 --- /dev/null +++ b/.config/swappy/config @@ -0,0 +1,11 @@ +[Default] +save_dir=$HOME/Pictures/Screenshots/ +save_filename_format=Screenshot-%Y%m%d-%H%M.png +show_panel=false +line_size=5 +text_size=20 +text_font=sans-serif +auto_save=true +transparent=true +transparency=50 +early_exit=true diff --git a/.config/zterm/config.json b/.config/zterm/config.json new file mode 100644 index 0000000..158c3c1 --- /dev/null +++ b/.config/zterm/config.json @@ -0,0 +1,34 @@ +{ + "font_family": null, + "font_size": 30.0, + "tab_bar_position": "bottom", + "background_opacity": 0.6, + "scrollback_lines": 10000, + "inactive_pane_fade_ms": 150, + "inactive_pane_dim": 0.6, + "edge_glow_intensity": 0.4, + "pass_keys_to_programs": ["nvim", "vim"], + "keybindings": { + "new_tab": "f1", + "next_tab": "ctrl+tab", + "prev_tab": "shift+escape", + "tab_1": "alt+1", + "tab_2": "alt+2", + "tab_3": "alt+3", + "tab_4": "alt+4", + "tab_5": "alt+5", + "tab_6": "alt+6", + "tab_7": "alt+7", + "tab_8": "alt+8", + "tab_9": "alt+9", + "split_horizontal": "f2", + "split_vertical": "f3", + "close_pane": "f4", + "focus_pane_up": "alt+up", + "focus_pane_down": "alt+down", + "focus_pane_left": "alt+left", + "focus_pane_right": "alt+right", + "copy": "ctrl+shift+c", + "paste": "ctrl+shift+v" + } +} diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..c08245b --- /dev/null +++ b/.zprofile @@ -0,0 +1,3 @@ +if uwsm check may-start >> /dev/null; then + exec uwsm start hyprland.desktop +fi