This website requires JavaScript.
Explore
Help
Sign In
lytedev
/
dotfiles
Archived
Watch
1
Star
0
Fork
You've already forked dotfiles
1
Code
Issues
Pull requests
Releases
Wiki
Activity
This repository has been archived on
2024-03-28
. You can view files and clone it, but cannot push or open issues or pull requests.
c370516a2c
dotfiles
/
host
/
desktop
/
bin
/
reboot-to-windows
5 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Desktop updates
2020-10-12 06:26:51 -05:00
#!/usr/bin/env sh
Little things
2021-05-29 22:51:54 -05:00
# use `efibootmgr` to list boot entries
Fix graphical issues from kanshi, other updates and fixes from recent re-install Kanshi seemed to have been the root cause of weird graphical glitches starting sometime earlier this year. Weird flickering green and occasional drm crashes where I lost sway for minutes at a time and it would partially recover. Games would stutter very badly intermittently. It is likely due to refresh rate synchronization somehow, but in my case it's been simpler to turn it off. I'll maybe look into it again in the future.
2022-08-09 09:08:11 -05:00
sudo efibootmgr -n 0001
Desktop updates
2020-10-12 06:26:51 -05:00
sudo reboot
Reference in a new issue
Copy permalink