diff options
author | Adam T. Carpenter <atc@53hor.net> | 2022-02-02 16:31:33 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2022-02-02 16:31:33 -0500 |
commit | 71faf889b520c81ce32f2a3088e39e6a8b6e7e33 (patch) | |
tree | b8f2bee8f5a2622a3b783e3bc098cb4b90f0c5f5 /.config/i3 | |
parent | 20130010d962581a2518590669e348288e4ebd4d (diff) | |
download | dotfiles-71faf889b520c81ce32f2a3088e39e6a8b6e7e33.tar.xz dotfiles-71faf889b520c81ce32f2a3088e39e6a8b6e7e33.zip |
simplify vim extensions, i3 config
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index d3a268c..6ff56d5 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -126,7 +126,7 @@ bindsym $mod+shift+F2 exec firefox --private-window bindsym $mod+F3 exec url_handler.sh bindsym $mod+F4 exec $mail bindsym $mod+shift+F4 exec $syncmail -bindsym $mod+F5 exec alacritty -e zsh -i -c 'newsboat && pkill -78 i3blocks' +#bindsym $mod+F5 exec alacritty -e zsh -i -c 'newsboat && pkill -78 i3blocks' bindsym $mod+F6 exec --no-startup-id dict.sh #bindsym $mod+F7 exec #bindsym $mod+F8 exec "killall pwcview || exec pwcview -f 30 -s sif" |