custom-hypr - chore: change way to approach
This commit is contained in:
17
README.md
17
README.md
@@ -4,14 +4,25 @@ install conda nvm nvim
|
|||||||
|
|
||||||
use for reconfig grub for fix stuck at initial ramdisks:
|
use for reconfig grub for fix stuck at initial ramdisks:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
mount /dev/sda2 /mnt
|
mount /dev/sda2 /mnt
|
||||||
mount /dev/sda1 /mnt/boot
|
mount /dev/sda1 /mnt/boot
|
||||||
arch-chroot /mnt/
|
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
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -32,8 +32,8 @@ bind = Alt, N, exec, ags -t 'sideright' # Toggle right sidebar
|
|||||||
bind = Super, T, exec, kitty
|
bind = Super, T, exec, kitty
|
||||||
bind = Super, W, exec, brave
|
bind = Super, W, exec, brave
|
||||||
|
|
||||||
bind = Super, L, workspace, +1 # [hidden]
|
bind = Shift+Alt, L, workspace, +1 # [hidden]
|
||||||
bind = Super, H, workspace, -1 # [hidden]
|
bind = Shift+Alt, H, workspace, -1 # [hidden]
|
||||||
|
|
||||||
|
|
||||||
bindl= Super, J, exec, playerctl previous # Previous track
|
bindl= Super, J, exec, playerctl previous # Previous track
|
||||||
|
|||||||
Reference in New Issue
Block a user