diff options
author | Adam Stück <adam@adast.xyz> | 2023-02-07 17:36:02 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-02-07 17:36:02 +0100 |
commit | e79ebe9d4f0a8610bb0994117c248503ee10faa2 (patch) | |
tree | b49c17623b90bce6ac0955c022ccb1c36928146b /.local/bin/scheme | |
parent | d2e32dbfb485695bc78de78d51b8cb6567316d71 (diff) |
scripts: minor changes
Comment out xidlehook and betterlockscreen, as I am currently not using
these programs
Diffstat (limited to '.local/bin/scheme')
-rwxr-xr-x | .local/bin/scheme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/scheme b/.local/bin/scheme index 128d8f2..af2edad 100755 --- a/.local/bin/scheme +++ b/.local/bin/scheme @@ -49,8 +49,8 @@ set_scheme () { echo -n $FZF_COLOR > "$XDG_CONFIG_HOME"/scheme/fzf-color # todo: + # - dmenu ? # - send nvim clients theme update - # - delta ? # - restart firefox ? # - restart thunderbird ? } |