diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 41597df..c2c278c 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,5 +1,3 @@ -live_config_reload = true -working_directory = "None" [env] TERM = "xterm-256color" @@ -13,3 +11,7 @@ style = "Medium" [window] padding = { x = 4, y = 4 } + +[general] +live_config_reload = true +working_directory = "None" diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 068dedb..47a18aa 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -95,11 +95,6 @@ decoration { active_opacity = 1.0 inactive_opacity = 1.0 - drop_shadow = true - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) - # https://wiki.hyprland.org/Configuring/Variables/#blur blur { enabled = true @@ -164,7 +159,7 @@ misc { # https://wiki.hyprland.org/Configuring/Variables/#input input { kb_layout = it - kb_variant = + kb_variant = ibm kb_model = kb_options = kb_rules = diff --git a/.config/nvim b/.config/nvim index dca267e..8c2ab48 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit dca267e812f52a75034bcb2cdc92a17e142d2484 +Subproject commit 8c2ab48ed51b4115c475476d2731014e647bfcb7 diff --git a/.config/tmux b/.config/tmux new file mode 160000 index 0000000..ed810ce --- /dev/null +++ b/.config/tmux @@ -0,0 +1 @@ +Subproject commit ed810ce145b0e2e387d06dda84476d5b24f126d2 diff --git a/.gitmodules b/.gitmodules index c4ca70e..d9ba13e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "nvim"] path = .config/nvim url = git@github.com:kada49/init.lua.git +[submodule ".config/tmux"] + path = .config/tmux + url = git@github.com:kada49/tmux.conf.git