diff --git a/dotfiles/config/keepassxc/keepassxc.ini b/dotfiles/config/keepassxc/keepassxc.ini index adf83f51..a78cc41b 100644 --- a/dotfiles/config/keepassxc/keepassxc.ini +++ b/dotfiles/config/keepassxc/keepassxc.ini @@ -26,12 +26,12 @@ ShowTrayIcon=true SplitterState=@Invalid() [Http] -AlwaysAllowAccess=false +AlwaysAllowAccess=true AlwaysAllowUpdate=false BestMatchOnly=false Enabled=true Host=localhost -MatchUrlScheme=true +MatchUrlScheme=false Port=19455 SearchInAllDatabases=false ShowNotification=true diff --git a/dotfiles/hindent.yaml b/dotfiles/hindent.yaml new file mode 100644 index 00000000..3c37ca0b --- /dev/null +++ b/dotfiles/hindent.yaml @@ -0,0 +1,3 @@ +indent-size: 2 +line-length: 80 +force-trailing-newline: false diff --git a/dotfiles/lib/resources/window_class_to_fontawesome.json b/dotfiles/lib/resources/window_class_to_fontawesome.json index e6da0606..1ebc432c 100755 --- a/dotfiles/lib/resources/window_class_to_fontawesome.json +++ b/dotfiles/lib/resources/window_class_to_fontawesome.json @@ -5,6 +5,7 @@ "Hangouts": "", "Firefox": "", "URxvt": "", + "Steam": "", "Transmission": "", "Vlc": "" } diff --git a/dotfiles/xmonad/stack.yaml b/dotfiles/xmonad/stack.yaml index 65cba258..e72ea2b7 100644 --- a/dotfiles/xmonad/stack.yaml +++ b/dotfiles/xmonad/stack.yaml @@ -4,10 +4,10 @@ packages: - '.' - location: git: git@github.com:IvanMalison/xmonad.git - commit: 751bcbbfecc2b9be9811a7147524e798c7e53bec + commit: 7e9c9ccb1f47c147ad19dc420361852623bd6199 - location: git: git@github.com:IvanMalison/xmonad-contrib.git - commit: 751bcbbfecc2b9be9811a7147524e798c7e53bec + commit: 4a604118dabafa04d1b3df349a0527a55808d563 - location: git: git@github.com:IvanMalison/taffybar.git commit: 43195e7697d5b36f861d7febeabdd340b07edb17 diff --git a/tasks/shell/haskell_dependencies.sh b/tasks/shell/haskell_dependencies.sh new file mode 100755 index 00000000..34a92b61 --- /dev/null +++ b/tasks/shell/haskell_dependencies.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env zsh + +cabal_installs = ( + "ShellCheck" "ghc-mod" "stack" "xmonad" "haskdogs" "hasktags" +)