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