Compare commits
4 Commits
26bc43a288
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| e88d31afd7 | |||
| 75469b87d8 | |||
| bb61a7f2a2 | |||
| 04ad1cd4b3 |
+2
-2
@@ -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 -'
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user