Skip to content

Commit

Permalink
Fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ifohancroft committed Mar 9, 2024
1 parent f7906d6 commit f19702d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ super + b

# Still loading the default vimrc, but doing it this way I can skip the distro specific Vim configuration
super + v
mate-terminal --icon=gvim -e 'vim -u $HOME/.vim/vimrc'
mate-terminal -x vim -u $HOME/.vim/vimrc

super + i
mate-terminal --icon=weechat --maximize -e weechat
mate-terminal --maximize -e weechat

super + e
mate-terminal --icon=mutt --maximize -e mutt
mate-terminal --maximize -e mutt

super + n
mate-terminal --icon=newsboat --maximize -e newsboat
mate-terminal --maximize -e newsboat

super + t
mate-terminal --maximize -e task
Expand Down

0 comments on commit f19702d

Please sign in to comment.