Merge branch 'master' of git.jika.li:Jika/dotfiles
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
if (vim.fn.has('macunix')) then
|
||||
|
||||
return {}
|
||||
|
||||
else
|
||||
|
||||
return {
|
||||
ensure_installed = {
|
||||
"lua-language-server",
|
||||
@@ -28,3 +34,4 @@ return {
|
||||
"ansible-lint",
|
||||
},
|
||||
}
|
||||
end
|
||||
|
||||
@@ -66,7 +66,7 @@ run_cmd() {
|
||||
elif [[ $1 == '--reboot' ]]; then
|
||||
shutdown -r now
|
||||
elif [[ $1 == '--suspend' ]]; then
|
||||
systemctl suspend
|
||||
acpiconf -s 3
|
||||
elif [[ $1 == '--logout' ]]; then
|
||||
if [[ "$XDG_SESSION_DESKTOP" == 'openbox' ]]; then
|
||||
openbox --exit
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# Read `man 5 sway` for a complete reference.
|
||||
seat seat0 xcursor_theme Breeze-Obsidian 25
|
||||
|
||||
default_border pixel 2
|
||||
client.focused #64107d #1e222a #eceff4 #c44be8 #64107d
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
[[plugin.deps]]
|
||||
use = "Reledia/hexyl"
|
||||
rev = "39d3d4e"
|
||||
hash = "dd624cbaff94af65f39fd86bc57b340"
|
||||
rev = "016a09b"
|
||||
hash = "50da29476e744dba37d77fb209328fd1"
|
||||
|
||||
[[plugin.deps]]
|
||||
use = "Reledia/glow"
|
||||
rev = "5ce76dc"
|
||||
hash = "52e5f5c602962e7cbf874da28f52ba45"
|
||||
rev = "bd3eaa5"
|
||||
hash = "92b5c58159a51c567f82b618cee2b78"
|
||||
|
||||
[[plugin.deps]]
|
||||
use = "Sonico98/exifaudio"
|
||||
rev = "d794614"
|
||||
hash = "a8e15d3c21c02a5af41d46ed04778a02"
|
||||
rev = "4506f9d"
|
||||
hash = "4761fffb60a12d37096c34a356380cdf"
|
||||
|
||||
[flavor]
|
||||
deps = []
|
||||
|
||||
Reference in New Issue
Block a user