Skip to content

Commit

Permalink
aaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
harrythezomby committed May 15, 2024
1 parent 564f43b commit 88054bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions fish/config.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
starship init fish | source

set fish_greeting
4 changes: 2 additions & 2 deletions hypr/hyprland.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Harija's Hyprland Config

# Laptop Specific
source=~/.config/hypr/parts/laptop.conf
#source=~/.config/hypr/parts/laptop.conf

# PC Specific
#source=~/.config/hypr/parts/pc.conf
source=~/.config/hypr/parts/pc.conf

# Exec-once config
source=~/.config/hypr/parts/default-exec.conf
Expand Down
6 changes: 3 additions & 3 deletions hypr/parts/pc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# Left Vertical
monitor=DP-4,2560x1080@90,0x-800,1,transform,3
monitor=DP-2,2560x1080@200,1080x0,1
monitor=DP-1,2560x1080@180,1080x0,1
monitor=DP-3,2560x1080@90,3640x-500,1,transform,1

# Assign Workspaces to Monitors
Expand All @@ -31,6 +31,6 @@ exec-once = hyprpaper

# FPS Settings
misc {
vrr = 0
vfr = false
vrr = 2
vfr = true
}

0 comments on commit 88054bc

Please sign in to comment.