diff --git a/.config/fish/alias.fish b/.config/fish/alias.fish index b8d7915..bacac03 100644 --- a/.config/fish/alias.fish +++ b/.config/fish/alias.fish @@ -73,6 +73,7 @@ alias ff "fastfetch" alias hex "hexdump -C" alias log "journalctl" alias utc "date -u +'%Y-%m-%dT%H:%M:%SZ'" +alias dl "yt-dlp -x -f bestaudio" # Close all windows alias closeall "wmctrl -l | awk '{print $1}' | xargs -rn1 wmctrl -ic" diff --git a/.config/hypr/animations.conf b/.config/hypr/animations.conf index f106e03..e910725 100644 --- a/.config/hypr/animations.conf +++ b/.config/hypr/animations.conf @@ -1,12 +1,12 @@ animations { - enabled = yes + enabled = no - bezier = myBezier, 0.05, 0.9, 0.1, 1.05 - - animation = windows, 1, 2, myBezier - animation = windowsOut, 1, 2, default, popin 80% - animation = border, 1, 5, default - animation = borderangle, 1, 3, default - animation = fade, 1, 2, default - animation = workspaces, 1, 1, default + # bezier = myBezier, 0.05, 0.9, 0.1, 1.05 + # + # animation = windows, 1, 2, myBezier + # animation = windowsOut, 1, 2, default, popin 80% + # animation = border, 1, 5, default + # animation = borderangle, 1, 3, default + # animation = fade, 1, 2, default + # animation = workspaces, 1, 1, default } diff --git a/.config/hypr/general.conf b/.config/hypr/general.conf index ef34edb..438795d 100644 --- a/.config/hypr/general.conf +++ b/.config/hypr/general.conf @@ -1,78 +1,33 @@ general { - gaps_in = 2 - gaps_out = 4 - border_size = 2 - layout = dwindle + gaps_in = 5 + gaps_out = 10 + border_size = 1 allow_tearing = true +} - # Default - #col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg - #col.inactive_border = rgba(595959aa) +decoration { + rounding = 5 + drop_shadow = true + blur:enabled = false +} - # Generic - col.active_border = rgba(ffffff80) - col.inactive_border = rgba(ffffff20) +animations { + enabled = false +} - # Ubuntu - # col.active_border = rgba(d98e1fff) rgba(d87713ff) 45deg - # col.inactive_border = rgba(d98e1f60) +dwindle { + no_gaps_when_only = 1 } input { - kb_layout = us - kb_variant = - kb_model = - kb_options = - kb_rules = - - touchpad { - natural_scroll = no - } - - follow_mouse = 1 - sensitivity = 0 accel_profile = flat + sensitivity = 0 +} + +misc { + vrr = 1 } debug { overlay = false } - -decoration { - rounding = 5 - - blur { - enabled = true - size = 4 - passes = 4 - new_optimizations = on - ignore_opacity = on - xray = false - } - - drop_shadow = no - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) - - # active_opacity = 0.9 - inactive_opacity = 0.9 -} - -dwindle { - pseudotile = yes - preserve_split = yes - no_gaps_when_only = 1 -} - -master { - new_is_master = true -} - -gestures { - workspace_swipe = off -} - -misc { - force_default_wallpaper = 0 -} diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index b83a503..de6e796 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -3,7 +3,6 @@ source = programs.conf source = environment.conf source = autostart.conf source = general.conf -source = animations.conf source = rules.conf source = keys.conf source = typing.conf diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index a2c6257..859cfaa 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -1,10 +1,10 @@ { "Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" }, "flash.nvim": { "branch": "main", "commit": "43f67935d388fbb540f8b40e8cbfd80de54f978a" }, - "gitsigns.nvim": { "branch": "main", "commit": "47c8e3e571376b24de62408fd0c9d12f0a9fc0a3" }, - "lazy.nvim": { "branch": "main", "commit": "c501b429cf995c645454539b924aaefae45bb9eb" }, + "gitsigns.nvim": { "branch": "main", "commit": "651d5ed082605f3ed96b0f037a768ca06ecf8fc3" }, + "lazy.nvim": { "branch": "main", "commit": "bc620783663ab09d16bff9fdecc07da65b2a1528" }, "monokai.nvim": { "branch": "master", "commit": "b8bd44d5796503173627d7a1fc51f77ec3a08a63" }, - "nvim-treesitter": { "branch": "master", "commit": "f7edd3f5f636dceebc874a59bdcf9de6a41dbc68" }, + "nvim-treesitter": { "branch": "master", "commit": "66ae8748fd4e8550c8b17cf115c9739aea1e4067" }, "plenary.nvim": { "branch": "master", "commit": "a3e3bc82a3f95c5ed0d7201546d5d2c19b20d683" }, "telescope-project.nvim": { "branch": "master", "commit": "1aaf16580a614601a7f7077d9639aeb457dc5559" }, "telescope.nvim": { "branch": "master", "commit": "c392f1b78eaaf870ca584bd698e78076ed301b26" }