2024-08-03 07:59:18 +02:00
|
|
|
{
|
|
|
|
# Git Configuration ( For Pulling Software Repos )
|
|
|
|
gitUsername = "Tyler Kelley";
|
|
|
|
gitEmail = "tylerzanekelley@gmail.com";
|
|
|
|
|
|
|
|
# Hyprland Settings
|
2024-08-08 00:31:20 +02:00
|
|
|
extraMonitorSettings = "
|
|
|
|
monitor=eDP-1,2560x1600@60,0x0,1.25
|
|
|
|
";
|
2024-08-03 07:59:18 +02:00
|
|
|
|
|
|
|
# Waybar Settings
|
|
|
|
clock24h = false;
|
|
|
|
|
|
|
|
# Program Options
|
|
|
|
browser = "brave"; # Set Default Browser (google-chrome-stable for google-chrome)
|
|
|
|
terminal = "kitty"; # Set Default System Terminal
|
|
|
|
keyboardLayout = "us";
|
2024-10-15 16:21:35 +02:00
|
|
|
consoleKeyMap = "us";
|
2024-08-03 07:59:18 +02:00
|
|
|
}
|