diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-14 20:16:21 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-14 20:16:21 +0530 |
commit | 1437bc05b6f81e1f8e35d5800f34ab7f91a090cd (patch) | |
tree | 708ea771a2fe2de9368476a1aeab818882dff6c9 /.xprofile | |
parent | 8eef08f3626ce4f30d40e5ad3ce48383ee703207 (diff) |
added some dvorak keybindings
Diffstat (limited to '.xprofile')
-rwxr-xr-x | .xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ emacs --daemon & # autostart apps for both xmonad and dwm if [[ "$DESKTOP_SESSION" = "xmonad" || "$DESKTOP_SESSION" = "dwm" ]]; then - screensetup.sh + screensetup.sh & # autostart apps nitrogen --restore & |