My dotfiles for Arch Linux

Improve look and feel of Hyprland and Zellij

Signed-off-by: Jan Ehrhardt <59441+jehrhardt@users.noreply.github.com>

+4 -4
+3 -3
dot_config/hypr/looknfeel.conf
··· 3 3 4 4 # https://wiki.hyprland.org/Configuring/Variables/#general 5 5 general { 6 - gaps_in = 5 7 - gaps_out = 10 6 + gaps_in = 2 7 + gaps_out = 4 8 8 9 9 border_size = 2 10 10 ··· 23 23 24 24 # https://wiki.hyprland.org/Configuring/Variables/#decoration 25 25 decoration { 26 - rounding = 0 26 + rounding = 4 27 27 28 28 shadow { 29 29 enabled = true
+1 -1
dot_config/zellij/config.kdl
··· 327 327 // - true (default, enabled) 328 328 // - false 329 329 // 330 - pane_frames false 330 + // pane_frames false 331 331 332 332 // When attaching to an existing session with other users, 333 333 // should the session be mirrored (true)