Update dotfiles (2026-01-19 21:24:51)

This commit is contained in:
2026-01-19 21:24:51 +01:00
parent 35985a6850
commit 6832ab9634
4 changed files with 54 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"gifFolder": "/home/inorishio/Pictures/Pets/",
"scaling": "1.6",
"maxHeight": "300",
"maxWidth": "300"
}
+11
View File
@@ -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
+34
View File
@@ -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"
}
}
+3
View File
@@ -0,0 +1,3 @@
if uwsm check may-start >> /dev/null; then
exec uwsm start hyprland.desktop
fi