Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzdom committed Aug 9, 2020
0 parents commit cc3890a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# scripts/snippets for linux (maybe MacOS?)

NOTE: these are either scripts I wrote or found on the internet and are here for convenience, use them at your own risk!
### List of items & explanations:
- **ScrnTearFix** - fixes screen tearing in DEs such as plasma and gnome
- **screenlayout** - sets my screen layout (1920x1080 & 768x1366 to the right)
- **FAH** - start Folding@Home
1 change: 1 addition & 0 deletions ScrnTearFix.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
2 changes: 2 additions & 0 deletions screenlayout.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output DVI-D-0 --off --output HDMI-0 --primary --mode 1920x1080 --pos 0x143 --rotate normal --output DP-0 --mode 1366x768 --pos 1920x0 --rotate right --output DP-1 --off

0 comments on commit cc3890a

Please sign in to comment.