changes
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -3,8 +3,6 @@
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
exec fish
|
||||
|
||||
export HISTSIZE=10
|
||||
|
||||
alias e="nvim"
|
||||
|
||||
@@ -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
|
||||
|
||||
3
.config/fish/functions/la.fish
Normal file
3
.config/fish/functions/la.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function la --wraps='ls -a' --description 'alias la ls -a'
|
||||
ls -a $argv
|
||||
end
|
||||
@@ -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
|
||||
|
||||
4
.config/hypr/monitors.conf
Normal file
4
.config/hypr/monitors.conf
Normal file
@@ -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
|
||||
0
.config/hypr/workspaces.conf
Normal file
0
.config/hypr/workspaces.conf
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user