Compare commits

...

10 commits

Author SHA1 Message Date
76a097e6b5 hyprland: remove removed options 2025-02-11 15:12:00 +01:00
b39ae013f7 hyprland: change italian layout variant that has ~ chars 2025-02-05 15:36:53 +01:00
GitHub Actions
935465d085 nvim: update submodule 2025-02-01 21:02:44 +00:00
GitHub Actions
8a8a7bb904 nvim: update submodule 2025-01-26 18:31:59 +00:00
ac98249bb3 alacritty: fix alacritty config deprecations here too 2025-01-24 14:13:18 +01:00
GitHub Actions
b88ba9b044 nvim: update submodule 2025-01-20 14:58:25 +00:00
GitHub Actions
fccdcbfec2 nvim: update submodule 2025-01-07 14:09:14 +00:00
cfeb6408d9 tmux: initial config as a git submodule 2025-01-07 15:01:53 +01:00
GitHub Actions
486810d61b nvim: update submodule 2024-11-04 10:12:23 +00:00
GitHub Actions
ac7455b95d nvim: update submodule 2024-10-25 10:51:52 +00:00
5 changed files with 10 additions and 9 deletions

View file

@ -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"

View file

@ -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

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

3
.gitmodules vendored
View file

@ -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