Compare commits
No commits in common. "1f972af8661872ec56905d6773573e041d7f84b1" and "f7fdc6ad19604211cf36cc999098079772a26079" have entirely different histories.
1f972af866
...
f7fdc6ad19
7 changed files with 15 additions and 20 deletions
|
@ -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 "$PNPM_HOME"
|
||||
|
||||
export ZEIT_DB="$HOME/Sync/zeit.db"
|
||||
export ZEIT_DB=~/Sync/zeit.db
|
||||
|
||||
export EDITOR=hx
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# if test -f /usr/share/fzf/key-bindings.fish
|
||||
# source /usr/share/fzf/key-bindings.fish
|
||||
# else
|
||||
# source /usr/share/fzf/fzf-key-bindings.fish
|
||||
# end
|
||||
# fzf_key_bindings
|
||||
if test -f /usr/share/fzf/key-bindings.fish
|
||||
source /usr/share/fzf/key-bindings.fish
|
||||
else
|
||||
source /usr/share/fzf/fzf-key-bindings.fish
|
||||
end
|
||||
fzf_key_bindings
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
if ! "$REMOTE" && test "$(tty)" = /dev/tty1
|
||||
doas mkdir -p /run/user
|
||||
doas chmod 755 /run/user
|
||||
doas chmod 777 /run/user
|
||||
set -gx XDG_RUNTIME_DIR "/run/user/$(id -u)"
|
||||
doas mkdir -p "$XDG_RUNTIME_DIR"
|
||||
doas chmod 700 "$XDG_RUNTIME_DIR"
|
||||
doas chown "$(id -u):$(id -g)" "$XDG_RUNTIME_DIR"
|
||||
mkdir -p "$XDG_RUNTIME_DIR"
|
||||
chmod 700 "$XDG_RUNTIME_DIR"
|
||||
mkdir -p "$HOME/.local/share/sway"
|
||||
set log "$HOME/.local/share/sway/$(date +%Y-%m-%d@%H:%M:%S).log"
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# theme = "monokai_pro"
|
||||
# theme = "everforest_light"
|
||||
theme = "autumn_night"
|
||||
# theme = "rose_pine_dawn"
|
||||
|
||||
[editor.lsp]
|
||||
display-messages = true
|
||||
|
|
|
@ -8,11 +8,7 @@ profile {
|
|||
}
|
||||
|
||||
profile 420-sola {
|
||||
output eDP-1 enable
|
||||
}
|
||||
profile 420-coso {
|
||||
output eDP-1 enable position 1920,0
|
||||
output HDMI-A-1 position 0,0
|
||||
output eDP-1 enable scale 1.25
|
||||
}
|
||||
profile 420-grande {
|
||||
output eDP-1 disable
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
font_size 16.25
|
||||
font_size 13.0
|
||||
font_family JetBrains Mono
|
||||
#modify_font cell_width 90%
|
||||
|
||||
|
|
|
@ -274,3 +274,5 @@ exec "wlsunset -l -34.61315 -L -58.37723"
|
|||
exec swaync
|
||||
exec kanshi
|
||||
exec poweralertd
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue