Compare commits

..

4 Commits

Author SHA1 Message Date
salt e88d31afd7 Simplify 2026-08-09 02:24:08 -05:00
salt 75469b87d8 Add autostart support for thunderbird_esr 2026-08-09 02:23:11 -05:00
salt bb61a7f2a2 Ignore whitespace diffs by default 2026-07-30 00:09:03 -05:00
salt 04ad1cd4b3 Fix foot not autoreloading in vim 2026-07-29 20:27:55 -05:00
4 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -151,8 +151,8 @@ if has git; then
alias gcpx='git cherry-pick -x' alias gcpx='git cherry-pick -x'
alias gcsam="git commit -S -am" alias gcsam="git commit -S -am"
alias gct='git checkout --track' alias gct='git checkout --track'
alias gd='git diff' alias gd='git diff -w'
alias gdt="git diff --staged -- ':!*test*'" alias gdt="git diff -w --staged -- ':!*test*'"
alias gdel='git branch -D' alias gdel='git branch -D'
alias gds='git diff --staged' alias gds='git diff --staged'
alias gdv='git diff -w "$@" | vim -R -' alias gdv='git diff -w "$@" | vim -R -'
+5
View File
@@ -10,6 +10,11 @@ if $TERM != 'linux' && version >= 800
set background=dark set background=dark
endif endif
if &term ==# 'foot'
let &t_fe = "\<Esc>[?1004h"
let &t_fd = "\<Esc>[?1004l"
endif
set autoread " Automatically read when a file is changed outside of Vim set autoread " Automatically read when a file is changed outside of Vim
set clipboard=unnamedplus " Use XA_PRIMARY clipboard by default set clipboard=unnamedplus " Use XA_PRIMARY clipboard by default
set encoding=utf-8 set encoding=utf-8
@@ -1,2 +1,3 @@
# vim: set ft=hyprlang: # vim: set ft=hyprlang:
exec-once = pgrep -U $USER awww-daemon || { rm /run/user/$UID/wayland-1-awww-daemon.sock; awww-daemon --format argb; } #exec-once = pgrep -U $USER awww-daemon || { rm /run/user/$UID/wayland-1-awww-daemon.sock; awww-daemon --format argb; }
exec-once = swww-daemon
@@ -2,7 +2,7 @@
# Workspace-specific applications # Workspace-specific applications
exec-once = [workspace 2 silent] flatpak run com.valvesoftware.Steam -silent exec-once = [workspace 2 silent] flatpak run com.valvesoftware.Steam -silent
exec-once = [workspace special:secrets silent] flatpak run org.keepassxc.KeePassXC || keepassxc exec-once = [workspace special:secrets silent] flatpak run org.keepassxc.KeePassXC || keepassxc
exec-once = [workspace name:mail silent] flatpak run org.mozilla.Thunderbird || thunderbird exec-once = [workspace name:mail silent] flatpak run org.mozilla.Thunderbird || flatpak run org.mozilla.thunderbird_esr || thunderbird
exec-once = [workspace name:comms silent] flatpak run im.riot.Riot || element-desktop exec-once = [workspace name:comms silent] flatpak run im.riot.Riot || element-desktop
exec-once = [workspace name:comms silent] flatpak run dev.vencord.Vesktop exec-once = [workspace name:comms silent] flatpak run dev.vencord.Vesktop
#exec-once = [workspace 10 silent] flatpak run com.spotify.Client #exec-once = [workspace 10 silent] flatpak run com.spotify.Client