diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-08 16:45:24 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-08 16:45:24 +0530 |
commit | 35f5427ea092cfbdba29c67f92fb9ed0538f7e4a (patch) | |
tree | 0b8481374a416ad528611fabb4d2a907e19e5409 | |
parent | 6e9091e26593a145e6350a01bad53f26acea75a1 (diff) |
added .zprofile, keyBindings and README.md
-rw-r--r-- | .zprofile | 16 | ||||
-rw-r--r-- | README.md | 13 | ||||
-rw-r--r-- | keyBindings | 53 |
3 files changed, 82 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..df7308c --- /dev/null +++ b/.zprofile @@ -0,0 +1,16 @@ +export EDITOR="nvim" +export VISUAL="emacs" +export TERMINAL="st" +export BROWSER="firefox" +export READER="zathura" +export COLORTERM="truecolor" +export PAGER="vim" +export WM="xmonad" + +export QT_QPA_PLATFORMTHEME=gtk2 +export ZDOTDIR="$HOME/.config/zsh" + +startx +if [[ "$(tty)" = "dev/tty1" ]]; then + startx +fi diff --git a/README.md b/README.md new file mode 100644 index 0000000..d30a736 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Dots +These are my dotfiles, they include things like window manager configs and text editor or shell configs and probably even configs from other programs! woah + +Idk if I need to licence config files so I'll leave it like that for now. You can check out these files and do really whatever with it. + +If you don't know what dotfiles or window managers are, just do a +> sudo apt install bspwm sxhkd + +> sudo pacman -S bspwm sxhkd + +> sudo dnf install bspwm sxhkd + +Whichever seems more familiar, run that one in your terminal and magic will happen diff --git a/keyBindings b/keyBindings new file mode 100644 index 0000000..2ff0d2a --- /dev/null +++ b/keyBindings @@ -0,0 +1,53 @@ +ModQ LockScreen +ModW Nitrogen NSP +ModE EmailClient +ModR TerminalFileManager +ModT Scratchpad-st +ModY GIMP +ModU Scratchpad-scrcpy +ModI Browser +ModO FileManager +ModP CommandLauncher +ModA SinkWindows +ModS Swap BSP +ModD rotate BSP +ModF MaximizeWindow +ModG gridselect +ModH NavigateWindows +ModJ NavigateWindows +ModK NavigateWindows +ModL NavigateWindows +ModZ +ModX +ModC ColorPicker +ModV StickyWindow +ModB Konqueror +ModN ClearNotifications +ModM VLC + +AltQ +AltW KillWindow +AltE +AltR +AltT +AltY +AltU +AltI +AltO +AltP +AltA +AltS +AltD +AltF +AltG +AltH CycleTags +AltJ CycleWindows +AltK CycleWindows +AltL CycleTags +AltZ +AltX +AltC +AltV +AltB +AltN +AltM |