Compare commits
6 commits
f7fdc6ad19
...
1f972af866
Author | SHA1 | Date | |
---|---|---|---|
1f972af866 | |||
d8eda3315e | |||
4b752d7135 | |||
5371deb664 | |||
b24f95237b | |||
42af4073f9 |
7 changed files with 20 additions and 15 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 "$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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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%
|
||||||
|
|
||||||
|
|
|
@ -274,5 +274,3 @@ exec "wlsunset -l -34.61315 -L -58.37723"
|
||||||
exec swaync
|
exec swaync
|
||||||
exec kanshi
|
exec kanshi
|
||||||
exec poweralertd
|
exec poweralertd
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue