Compare commits

..

No commits in common. "76a097e6b58d5169abc80396ba925e63a1ea6934" and "9246ce9fbb1296a5a2390c63fc0ac9dbd5fc1c27" have entirely different histories.

5 changed files with 9 additions and 10 deletions

View file

@ -1,3 +1,5 @@
live_config_reload = true
working_directory = "None"
[env] [env]
TERM = "xterm-256color" TERM = "xterm-256color"
@ -11,7 +13,3 @@ style = "Medium"
[window] [window]
padding = { x = 4, y = 4 } padding = { x = 4, y = 4 }
[general]
live_config_reload = true
working_directory = "None"

View file

@ -95,6 +95,11 @@ decoration {
active_opacity = 1.0 active_opacity = 1.0
inactive_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 # https://wiki.hyprland.org/Configuring/Variables/#blur
blur { blur {
enabled = true enabled = true
@ -159,7 +164,7 @@ misc {
# https://wiki.hyprland.org/Configuring/Variables/#input # https://wiki.hyprland.org/Configuring/Variables/#input
input { input {
kb_layout = it kb_layout = it
kb_variant = ibm kb_variant =
kb_model = kb_model =
kb_options = kb_options =
kb_rules = kb_rules =

@ -1 +1 @@
Subproject commit 8c2ab48ed51b4115c475476d2731014e647bfcb7 Subproject commit dca267e812f52a75034bcb2cdc92a17e142d2484

@ -1 +0,0 @@
Subproject commit ed810ce145b0e2e387d06dda84476d5b24f126d2

3
.gitmodules vendored
View file

@ -1,6 +1,3 @@
[submodule "nvim"] [submodule "nvim"]
path = .config/nvim path = .config/nvim
url = git@github.com:kada49/init.lua.git url = git@github.com:kada49/init.lua.git
[submodule ".config/tmux"]
path = .config/tmux
url = git@github.com:kada49/tmux.conf.git