diff --git a/.bashrc b/.bashrc index f6b8ad4..890173b 100644 --- a/.bashrc +++ b/.bashrc @@ -3,8 +3,6 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return -exec fish - export HISTSIZE=10 alias e="nvim" diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 90b7243..3f74cde 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -6,3 +6,4 @@ SETUVAR _fisher_jorgebucaran_2F_fisher_files:\x7e/\x2econfig/fish/functions/fish SETUVAR _fisher_plugins:jorgebucaran/fisher\x1ecatppuccin/fish SETUVAR _fisher_upgraded_to_4_4:\x1d SETUVAR fish_greeting:\x1d +SETUVAR fish_user_paths:/home/alex/\x2ebun/bin diff --git a/.config/fish/functions/la.fish b/.config/fish/functions/la.fish new file mode 100644 index 0000000..0c43277 --- /dev/null +++ b/.config/fish/functions/la.fish @@ -0,0 +1,3 @@ +function la --wraps='ls -a' --description 'alias la ls -a' + ls -a $argv +end diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 1aab659..ff64ed3 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -22,6 +22,7 @@ # See https://wiki.hypr.land/Configuring/Monitors/ monitor=,preferred,auto,auto +source = ./monitors.conf ################### @@ -106,7 +107,7 @@ general { # https://wiki.hypr.land/Configuring/Variables/#decoration decoration { - rounding = 10 + rounding = 0 rounding_power = 2 # Change transparency of focused and unfocused windows diff --git a/.config/hypr/monitors.conf b/.config/hypr/monitors.conf new file mode 100644 index 0000000..8f61a35 --- /dev/null +++ b/.config/hypr/monitors.conf @@ -0,0 +1,4 @@ +# Generated by nwg-displays on 2026-03-10 at 17:25:28. Do not edit manually. + +monitor=eDP-1,2880x1800@120.0,0x0,2.0 +monitor=DP-3,1920x1080@60.0,1440x0,0.9999999999999997 diff --git a/.config/hypr/workspaces.conf b/.config/hypr/workspaces.conf new file mode 100644 index 0000000..e69de29 diff --git a/.gitconfig b/.gitconfig index 2ce61c9..a2b51c9 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,7 +5,7 @@ helper = helper = !/usr/bin/gh auth git-credential [user] - email = misc@wiesner.com.br + email = alexander@wiesner.com.br name = alex [init] defaultBranch = main