diff options
-rw-r--r-- | aerc/binds.conf | 3 | ||||
-rw-r--r-- | beets/config.yaml | 1 | ||||
m--------- | nvim/pack/hrsh7th/start/nvim-cmp | 0 | ||||
-rw-r--r-- | sway/config | 3 | ||||
-rwxr-xr-x | sway/status.sh | 2 |
5 files changed, 3 insertions, 6 deletions
diff --git a/aerc/binds.conf b/aerc/binds.conf index 4bbf36e..3acd62c 100644 --- a/aerc/binds.conf +++ b/aerc/binds.conf @@ -31,8 +31,6 @@ v = :mark -t<Enter> V = :mark -v<Enter> <Enter> = :view<Enter> -d = :prompt 'Really delete this message?' 'delete-message'<Enter> -D = :delete<Enter> A = :archive flat<Enter> C = :compose<Enter> @@ -56,7 +54,6 @@ N = :prev-result<Enter> [view] q = :close<Enter> | = :pipe<space> -D = :delete<Enter> S = :save<space> A = :archive flat<Enter> diff --git a/beets/config.yaml b/beets/config.yaml new file mode 100644 index 0000000..7d9639c --- /dev/null +++ b/beets/config.yaml @@ -0,0 +1 @@ +directory: '~/music' diff --git a/nvim/pack/hrsh7th/start/nvim-cmp b/nvim/pack/hrsh7th/start/nvim-cmp -Subproject 983453e32cb35533a119725883c04436d16c012 +Subproject 8c82d0bd31299dbff7f8e780f5e06d2283de967 diff --git a/sway/config b/sway/config index 2a6f64b..d8efa30 100644 --- a/sway/config +++ b/sway/config @@ -237,8 +237,7 @@ bindsym $mod+i exec grim -g "$(slurp)" - | swappy -f - # toggle night mode (display blue filter) bindsym $mod+n exec pgrep gammastep && pkill gammastep || gammastep -O 4500 & -# add shortcut for url.sh script from https://xengineering.eu/git/scripts/ -bindsym $mod+u exec ~/.local/bin/url +bindsym $mod+u exec ". ~/.config/posix-shell/utils.sh && url" # enable numlock on startup input * xkb_numlock enable diff --git a/sway/status.sh b/sway/status.sh index 6bbbd63..eb68f81 100755 --- a/sway/status.sh +++ b/sway/status.sh @@ -9,7 +9,7 @@ temp() { done } bat="BAT $(cat /sys/class/power_supply/BAT*/capacity | tr '\n' ' ')" -time="$(date '+KW %W %a %Y-%m-%d %H:%M')" +time="$(date '+KW %V %a %Y-%m-%d %H:%M')" echo "| $(temp)| ${bat}| ${time} |" |