diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index c2c278c..41597df 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,3 +1,5 @@ +live_config_reload = true +working_directory = "None" [env] TERM = "xterm-256color" @@ -11,7 +13,3 @@ 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 47a18aa..068dedb 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -95,6 +95,11 @@ 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 @@ -159,7 +164,7 @@ misc { # https://wiki.hyprland.org/Configuring/Variables/#input input { kb_layout = it - kb_variant = ibm + kb_variant = kb_model = kb_options = kb_rules = diff --git a/.config/nvim b/.config/nvim index 8c2ab48..dca267e 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 8c2ab48ed51b4115c475476d2731014e647bfcb7 +Subproject commit dca267e812f52a75034bcb2cdc92a17e142d2484 diff --git a/.config/tmux b/.config/tmux deleted file mode 160000 index ed810ce..0000000 --- a/.config/tmux +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ed810ce145b0e2e387d06dda84476d5b24f126d2 diff --git a/.gitmodules b/.gitmodules index d9ba13e..c4ca70e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [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