mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
Add nvim Sage syntax highligting & minor updates
- Add nvim Sage syntax highligting - Update installer node for v16 - Update i3 config to restart status bar to avoid problems when extending screens to hdmi
This commit is contained in:
@@ -29,3 +29,6 @@ if len(sys.argv)>2:
|
||||
# xrandr --output HDMI-2 --mode 3840x2160
|
||||
subprocess.run(["xrandr", "--output", d[1], "--mode", "3840x2160"])
|
||||
|
||||
# restart i3 status bar to avoid being frozen
|
||||
subprocess.run(["i3-msg", "restart"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user