Adds custom files for laptop
This commit is contained in:
parent
42b68a21fa
commit
9abcb91f0b
5 changed files with 32 additions and 16 deletions
1
.config/hypr/config/Monitors.conf
Symbolic link
1
.config/hypr/config/Monitors.conf
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
Monitors.conf##class.Laptop
|
||||||
14
.config/hypr/config/Monitors.conf##class.Laptop
Normal file
14
.config/hypr/config/Monitors.conf##class.Laptop
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
|
||||||
|
|
||||||
|
# Monitor Configuration
|
||||||
|
# See Hyprland wiki for more details
|
||||||
|
# https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
|
# Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info.
|
||||||
|
|
||||||
|
$primary=eDP-1
|
||||||
|
$secondary=DP-2
|
||||||
|
|
||||||
|
monitor=$primary, preferred, 0x0, 1
|
||||||
|
monitor=$secondary, preferred, auto-left, 1
|
||||||
|
|
||||||
|
exec=xrandr --output $primary --primary
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
|
|
||||||
|
|
||||||
# You can set workspace rules to achieve workspace-specific behaviors.
|
|
||||||
# For instance, you can define a workspace where all windows are drawn without borders or gaps.
|
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
|
||||||
|
|
||||||
$primary=DP-4
|
|
||||||
$secondary=DP-2
|
|
||||||
|
|
||||||
workspace = 1, name:Browser, monitor:$secondary, default:true
|
|
||||||
workspace = 2, name:Terminal, monitor:$primary, default:true
|
|
||||||
workspace = 3, name:Discord,monitor:$secondary, default:true
|
|
||||||
workspace = 4, name:Gaming, monitor:$primary, default:true
|
|
||||||
workspace = 5, name:Music
|
|
||||||
|
|
||||||
1
.config/hypr/config/WorkspaceRules.conf
Symbolic link
1
.config/hypr/config/WorkspaceRules.conf
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
WorkspaceRules.conf##class.Laptop
|
||||||
0
.config/hypr/config/WorkspaceRules.conf##class.Laptop
Normal file
0
.config/hypr/config/WorkspaceRules.conf##class.Laptop
Normal file
16
.config/hypr/config/WorkspaceRules.conf##class.PC
Normal file
16
.config/hypr/config/WorkspaceRules.conf##class.PC
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
|
||||||
|
|
||||||
|
# You can set workspace rules to achieve workspace-specific behaviors.
|
||||||
|
# For instance, you can define a workspace where all windows are drawn without borders or gaps.
|
||||||
|
|
||||||
|
# https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
||||||
|
|
||||||
|
$primary=DP-4
|
||||||
|
$secondary=DP-2
|
||||||
|
|
||||||
|
workspace = 1, name:Browser, monitor:$secondary, default:true
|
||||||
|
workspace = 2, name:Terminal, monitor:$primary, default:true
|
||||||
|
workspace = 3, name:Discord,monitor:$secondary, default:true
|
||||||
|
workspace = 4, name:Gaming, monitor:$primary, default:true
|
||||||
|
workspace = 5, name:Music
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue