Compare commits

...

6 commits

Author SHA1 Message Date
1f972af866 cambiar escala de pantalla 2023-02-01 09:42:55 -03:00
d8eda3315e helix: tema 2023-02-01 09:42:47 -03:00
4b752d7135 sway: whitespace 2023-02-01 09:42:36 -03:00
5371deb664 sway: arreglar permisos de /run/user
arregla problema con GDM
2023-02-01 09:42:12 -03:00
b24f95237b fish: desactivar FZF 2023-02-01 09:42:03 -03:00
42af4073f9 fish: arreglar zeit 2023-02-01 09:41:55 -03:00
7 changed files with 20 additions and 15 deletions

View file

@ -7,7 +7,7 @@ fish_add_path --prepend --path --global "$HOME/.local/bin"
fish_add_path --prepend --path --global "$HOME/go/bin" fish_add_path --prepend --path --global "$HOME/go/bin"
fish_add_path --prepend --path --global "$PNPM_HOME" fish_add_path --prepend --path --global "$PNPM_HOME"
export ZEIT_DB=~/Sync/zeit.db export ZEIT_DB="$HOME/Sync/zeit.db"
export EDITOR=hx export EDITOR=hx

View file

@ -1,6 +1,6 @@
if test -f /usr/share/fzf/key-bindings.fish # if test -f /usr/share/fzf/key-bindings.fish
source /usr/share/fzf/key-bindings.fish # source /usr/share/fzf/key-bindings.fish
else # else
source /usr/share/fzf/fzf-key-bindings.fish # source /usr/share/fzf/fzf-key-bindings.fish
end # end
fzf_key_bindings # fzf_key_bindings

View file

@ -1,9 +1,10 @@
if ! "$REMOTE" && test "$(tty)" = /dev/tty1 if ! "$REMOTE" && test "$(tty)" = /dev/tty1
doas mkdir -p /run/user doas mkdir -p /run/user
doas chmod 777 /run/user doas chmod 755 /run/user
set -gx XDG_RUNTIME_DIR "/run/user/$(id -u)" set -gx XDG_RUNTIME_DIR "/run/user/$(id -u)"
mkdir -p "$XDG_RUNTIME_DIR" doas mkdir -p "$XDG_RUNTIME_DIR"
chmod 700 "$XDG_RUNTIME_DIR" doas chmod 700 "$XDG_RUNTIME_DIR"
doas chown "$(id -u):$(id -g)" "$XDG_RUNTIME_DIR"
mkdir -p "$HOME/.local/share/sway" mkdir -p "$HOME/.local/share/sway"
set log "$HOME/.local/share/sway/$(date +%Y-%m-%d@%H:%M:%S).log" set log "$HOME/.local/share/sway/$(date +%Y-%m-%d@%H:%M:%S).log"

View file

@ -1,4 +1,6 @@
# theme = "rose_pine_dawn" # theme = "monokai_pro"
# theme = "everforest_light"
theme = "autumn_night"
[editor.lsp] [editor.lsp]
display-messages = true display-messages = true

View file

@ -8,7 +8,11 @@ profile {
} }
profile 420-sola { profile 420-sola {
output eDP-1 enable scale 1.25 output eDP-1 enable
}
profile 420-coso {
output eDP-1 enable position 1920,0
output HDMI-A-1 position 0,0
} }
profile 420-grande { profile 420-grande {
output eDP-1 disable output eDP-1 disable

View file

@ -1,4 +1,4 @@
font_size 13.0 font_size 16.25
font_family JetBrains Mono font_family JetBrains Mono
#modify_font cell_width 90% #modify_font cell_width 90%

View file

@ -274,5 +274,3 @@ exec "wlsunset -l -34.61315 -L -58.37723"
exec swaync exec swaync
exec kanshi exec kanshi
exec poweralertd exec poweralertd