Compare commits
10 commits
9246ce9fbb
...
76a097e6b5
Author | SHA1 | Date | |
---|---|---|---|
76a097e6b5 | |||
b39ae013f7 | |||
![]() |
935465d085 | ||
![]() |
8a8a7bb904 | ||
ac98249bb3 | |||
![]() |
b88ba9b044 | ||
![]() |
fccdcbfec2 | ||
cfeb6408d9 | |||
![]() |
486810d61b | ||
![]() |
ac7455b95d |
5 changed files with 10 additions and 9 deletions
|
@ -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"
|
||||
|
|
|
@ -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 =
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit dca267e812f52a75034bcb2cdc92a17e142d2484
|
||||
Subproject commit 8c2ab48ed51b4115c475476d2731014e647bfcb7
|
1
.config/tmux
Submodule
1
.config/tmux
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ed810ce145b0e2e387d06dda84476d5b24f126d2
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue