Compare commits
2
Commits
17ddda1f50
...
a96470abdc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a96470abdc
|
||
|
|
5f8041e651
|
+3
-5
@@ -74,11 +74,6 @@
|
|||||||
context = white
|
context = white
|
||||||
whitespace = yellow reverse
|
whitespace = yellow reverse
|
||||||
|
|
||||||
# URL shortcuts
|
|
||||||
[url "git@github.com:"]
|
|
||||||
insteadOf = "gh:"
|
|
||||||
[url "git@github.com:Jake-Pullen/"]
|
|
||||||
insteadOf = "JP:"
|
|
||||||
[fetch]
|
[fetch]
|
||||||
prune = true
|
prune = true
|
||||||
[safe]
|
[safe]
|
||||||
@@ -86,3 +81,6 @@
|
|||||||
directory = /mnt/nas/hosted_git/dungeon_masters_vault.git
|
directory = /mnt/nas/hosted_git/dungeon_masters_vault.git
|
||||||
[gpg]
|
[gpg]
|
||||||
format = ssh
|
format = ssh
|
||||||
|
|
||||||
|
[gpg "ssh"]
|
||||||
|
allowedSignersFile = /home/jake/.ssh/git_allowed_signers
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
|
# List current monitors and resolutions possible: hyprctl monitors
|
||||||
|
# Format: monitor = [port], resolution, position, scale
|
||||||
|
|
||||||
|
env = GDK_SCALE,1
|
||||||
|
monitor = , preferred, auto, 1
|
||||||
|
# monitor = DP-4, 3840x2160@60, 0x0, 1
|
||||||
|
# monitor = DP-1, 2560x2880@60, 3840x0, 1
|
||||||
|
|
||||||
|
# Portrait/rotated secondary monitor (transform: 1 = 90°, 3 = 270°)
|
||||||
|
# monitor = DP-2, preferred, auto, 1, transform, 1
|
||||||
|
|
||||||
|
# Example for Framework 13 w/ 6K XDR Apple display
|
||||||
|
# monitor = DP-5, 6016x3384@60, auto, 2
|
||||||
|
# monitor = eDP-1, 2880x1920@120, auto, 2
|
||||||
Reference in New Issue
Block a user