diff --git a/README.md b/README.md index 22c40cb..f509bc3 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,25 @@ install conda nvm nvim use for reconfig grub for fix stuck at initial ramdisks: -``` +```bash mount /dev/sda2 /mnt mount /dev/sda1 /mnt/boot arch-chroot /mnt/ ``` --> remove file /boot/grub/grub.cfg +-idk how its work but do same thing below +-> change file name from grub.cfg to grub.cfg.off + +```bash +mv grub.cfg grub.cfg.off ``` -grub-mkconfig -o /boot/grub/grub.cfg +-> reboot and reboot command grub command line: +```bash +grub>reboot +``` + +-> rename grub.cfg.off to grub.cfg +```bash +mv grub.cfg.off grub.cfg ``` diff --git a/keybinds.conf b/keybinds.conf index ca1e11b..c688aee 100644 --- a/keybinds.conf +++ b/keybinds.conf @@ -32,8 +32,8 @@ bind = Alt, N, exec, ags -t 'sideright' # Toggle right sidebar bind = Super, T, exec, kitty bind = Super, W, exec, brave -bind = Super, L, workspace, +1 # [hidden] -bind = Super, H, workspace, -1 # [hidden] +bind = Shift+Alt, L, workspace, +1 # [hidden] +bind = Shift+Alt, H, workspace, -1 # [hidden] bindl= Super, J, exec, playerctl previous # Previous track