chore: 🧹 Changed to ssh key signing with new ssh key
This commit is contained in:
+3
-1
@@ -1,7 +1,7 @@
|
|||||||
[user]
|
[user]
|
||||||
email = hello@jake-is.me
|
email = hello@jake-is.me
|
||||||
name = Jake Pullen
|
name = Jake Pullen
|
||||||
signingkey = 5CBC649FBEF851A6
|
signingkey = /home/jake/.ssh/id_ed25519.pub
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
template = ~/.config/git/template
|
template = ~/.config/git/template
|
||||||
@@ -84,3 +84,5 @@
|
|||||||
[safe]
|
[safe]
|
||||||
directory = /mnt/nas/hosted_git/DnD.git
|
directory = /mnt/nas/hosted_git/DnD.git
|
||||||
directory = /mnt/nas/hosted_git/dungeon_masters_vault.git
|
directory = /mnt/nas/hosted_git/dungeon_masters_vault.git
|
||||||
|
[gpg]
|
||||||
|
format = ssh
|
||||||
|
|||||||
+9
-18
@@ -1,28 +1,19 @@
|
|||||||
general {
|
general {
|
||||||
lock_cmd = omarchy-system-lock # lock screen and 1password
|
lock_cmd = omarchy-system-lock # lock screen and 1password
|
||||||
before_sleep_cmd = loginctl lock-session # lock before suspend.
|
before_sleep_cmd = OMARCHY_LOCK_ONLY=true omarchy-system-lock # lock before suspend without scheduling display off.
|
||||||
after_sleep_cmd = sleep 1 && hyprctl dispatch dpms on # delay for PAM readiness, then turn on display.
|
after_sleep_cmd = sleep 1 && omarchy-system-wake # delay for PAM readiness, then turn on display.
|
||||||
inhibit_sleep = 3 # wait until screen is locked
|
inhibit_sleep = 3 # wait until screen is locked
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Start screensaver after 2.5 minutes
|
||||||
listener {
|
listener {
|
||||||
timeout = 150 # 2.5min
|
timeout = 150
|
||||||
on-timeout = pidof hyprlock || omarchy-launch-screensaver # start screensaver (if we haven't locked already)
|
on-timeout = pidof hyprlock || omarchy-launch-screensaver
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Lock system after 5 minutes (screensaver resets idle timer, so have to just do half + 2s margin)
|
||||||
listener {
|
listener {
|
||||||
timeout = 300 # 5min
|
timeout = 152
|
||||||
on-timeout = loginctl lock-session # lock screen when timeout has passed
|
on-timeout = omarchy-system-lock
|
||||||
}
|
on-resume = omarchy-system-wake
|
||||||
|
|
||||||
listener {
|
|
||||||
timeout = 330 # 5.5min
|
|
||||||
on-timeout = brightnessctl -sd '*::kbd_backlight' set 0 # save state and turn off keyboard backlight
|
|
||||||
on-resume = brightnessctl -rd '*::kbd_backlight' # restore keyboard backlight
|
|
||||||
}
|
|
||||||
|
|
||||||
listener {
|
|
||||||
timeout = 600 # 10min
|
|
||||||
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
|
||||||
on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,28 @@
|
|||||||
|
general {
|
||||||
|
lock_cmd = omarchy-system-lock # lock screen and 1password
|
||||||
|
before_sleep_cmd = loginctl lock-session # lock before suspend.
|
||||||
|
after_sleep_cmd = sleep 1 && hyprctl dispatch dpms on # delay for PAM readiness, then turn on display.
|
||||||
|
inhibit_sleep = 3 # wait until screen is locked
|
||||||
|
}
|
||||||
|
|
||||||
|
listener {
|
||||||
|
timeout = 150 # 2.5min
|
||||||
|
on-timeout = pidof hyprlock || omarchy-launch-screensaver # start screensaver (if we haven't locked already)
|
||||||
|
}
|
||||||
|
|
||||||
|
listener {
|
||||||
|
timeout = 300 # 5min
|
||||||
|
on-timeout = loginctl lock-session # lock screen when timeout has passed
|
||||||
|
}
|
||||||
|
|
||||||
|
listener {
|
||||||
|
timeout = 330 # 5.5min
|
||||||
|
on-timeout = brightnessctl -sd '*::kbd_backlight' set 0 # save state and turn off keyboard backlight
|
||||||
|
on-resume = brightnessctl -rd '*::kbd_backlight' # restore keyboard backlight
|
||||||
|
}
|
||||||
|
|
||||||
|
listener {
|
||||||
|
timeout = 600 # 10min
|
||||||
|
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
||||||
|
on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected
|
||||||
|
}
|
||||||
+1
-1
@@ -42,7 +42,7 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Scroll nicely in the terminal
|
# Scroll nicely in the terminal
|
||||||
windowrule = match:class (Alacritty|kitty), scroll_touchpad 1.5
|
windowrule = match:class (Alacritty|kitty|foot), scroll_touchpad 1.5
|
||||||
windowrule = match:class com.mitchellh.ghostty, scroll_touchpad 0.2
|
windowrule = match:class com.mitchellh.ghostty, scroll_touchpad 0.2
|
||||||
|
|
||||||
# Enable touchpad gestures for changing workspaces
|
# Enable touchpad gestures for changing workspaces
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
# 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