Skip to content

Commit

Permalink
laptop issues
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:harrythezomby/dotfiles
  • Loading branch information
harrythezomby committed May 15, 2024
2 parents 8d76d99 + 11ff598 commit 564f43b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 4 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 All @@ -31,3 +31,5 @@ source=~/.config/hypr/parts/windowrules.conf
source=~/.config/hypr/parts/binds.conf




2 changes: 1 addition & 1 deletion hypr/parts/binds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ bind = $mainMod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-cop
# ---Launcher Binds---
# Program Launch Binds
bind = $mainMod, Q, exec, kitty
bind = $mainMod, E, exec, dolphin
bind = $mainMod, E, exec, pcmanfm-qt
bind = $mainMod, J, exec, joplin-desktop
bind = $mainMod, G, exec, google-chrome-stable

Expand Down
5 changes: 3 additions & 2 deletions hypr/parts/laptop.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Laptop
monitor = eDP-1,1920x1080@240,0x0,1
monitor = eDP-1,1920x1080@120,0x0,1
env = WLR_DRM_DEVICES,/dev/dri/card2
exec-once = openrgb -p default
exec-once = waydroid
exec-once = waypaper --restore

# Mainmod is Super
$mainMod = SUPER
Expand All @@ -14,5 +15,5 @@ bind = $mainMod CTRL ALT, 3, exec, hyprctl keyword monitor "eDP-1, 1920x1080@240

misc {
vfr = true
vrr = 1
vrr = 0
}
2 changes: 1 addition & 1 deletion hypr/parts/windowrules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ windowrulev2 = opacity 0.80 0.80,class:^(discord|Joplin)$
windowrulev2 = opacity 0.75 0.75,class:^(virt-manager|Youtube Music|Spotify|org.gnome.Nautilus|org.kde.polkit-kde-authentication-agent-1|org.kde.dolphin)$

#more
windowrulev2 = opacity 0.65 0.65,class:^(org.kde.dolphin|virt-manager|discord|kitty|rofi|Joplin|org.strawberrymusicplayer.strawberry)
windowrulev2 = opacity 0.65 0.65,class:^(Pcmanfm|pcmanfm-qt|org.kde.dolphin|virt-manager|discord|kitty|rofi|Joplin|org.strawberrymusicplayer.strawberry)


# Other Windowrules
Expand Down

0 comments on commit 564f43b

Please sign in to comment.