-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
33 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,10 @@ | |
################ | ||
|
||
# See https://wiki.hyprland.org/Configuring/Monitors/ | ||
monitor=,preferred,auto,auto | ||
|
||
monitor=DP-2,[email protected],2560x0,1.0,bitdepth,10 | ||
monitor=DP-2,transform,3 | ||
monitor=DP-3,[email protected],0x0,1.0,bitdepth,10 | ||
|
||
################### | ||
### MY PROGRAMS ### | ||
|
@@ -130,7 +132,7 @@ master { | |
# https://wiki.hyprland.org/Configuring/Variables/#misc | ||
misc { | ||
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers | ||
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( | ||
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :( | ||
} | ||
|
||
|
||
|
@@ -184,6 +186,7 @@ bind = $mainMod, V, togglefloating, | |
bind = $mainMod, D, exec, $menu | ||
bind = $mainMod, P, pseudo, # dwindle | ||
bind = $mainMod, E, togglesplit, # dwindle | ||
bind = $mainMod, F, fullscreen, | ||
|
||
# Move focus with mainMod + arrow keys | ||
bind = $mainMod, left, movefocus, l | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters