updated, yes i'll keep it up with these useless commit messages
This commit is contained in:
parent
fc683143e6
commit
514b255701
3 changed files with 8 additions and 12 deletions
10
user/.bashrc
10
user/.bashrc
|
@ -21,8 +21,8 @@ export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
|||
# if not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
# use neovim for vim if present.
|
||||
[ -x "$(command -v nvim)" ] && alias vim="nvim"
|
||||
# use emacs for vim if present.
|
||||
[ -x "$(command -v emacs)" ] && alias vim="emacsclient -t -a ''"
|
||||
|
||||
### SET VI MODE ###
|
||||
# Comment this line out to enable default emacs-like bindings
|
||||
|
@ -183,9 +183,9 @@ alias \
|
|||
alias \
|
||||
mx="pulsemixer" \
|
||||
amx="alsamixer" \
|
||||
mk="cmus" \
|
||||
ms="cmus" \
|
||||
music="cmus"
|
||||
mk="musikcube" \
|
||||
ms="musikcube" \
|
||||
music="musikcube"
|
||||
|
||||
# power management
|
||||
alias \
|
||||
|
|
|
@ -1,14 +1,10 @@
|
|||
https://mail.google.com/ gmail
|
||||
https://mail.tutanota.com/ tutanota
|
||||
https://next.tuxcloud.top/ nextcloud
|
||||
https://cloud.linode.com/ linode
|
||||
https://odysee.com/ odysee
|
||||
https://youtube.com/ youtube
|
||||
https://fosstodon.org/ mastodon
|
||||
https://gitlab.com/ gitlab
|
||||
https://github.com/ github
|
||||
https://app.element.io/ element
|
||||
https://web.whatsapp.com/ whatsapp
|
||||
https://outlook.office.com/ intec-correo
|
||||
https://lms.intec.edu.do/ intec-aula-virtual
|
||||
https://campusvirtual.intec.edu.do/ intec-aula-virtual
|
||||
https://procesos.intec.edu.do/ intec-procesos
|
||||
https://dev.azure.com/INTEC-IDS323L-01-2022-04-Equipo-2/ intec-azure
|
||||
|
|
|
@ -183,7 +183,7 @@ static const Key keys[] = {
|
|||
// text editor
|
||||
{ MODKEY, XK_e, spawn, SHCMD("emacsclient -c -a 'emacs'")},
|
||||
// web browser
|
||||
{ MODKEY, XK_w, spawn, SHCMD("firefox")},
|
||||
{ MODKEY, XK_w, spawn, SHCMD("qutebrowser")},
|
||||
// chat
|
||||
{ MODKEY, XK_s, spawn, SHCMD("signal-desktop")},
|
||||
// set keyboard layout to es
|
||||
|
|
Loading…
Reference in a new issue