mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 02:46:06 -07:00
add untracked monitors file for individual machines
This commit is contained in:
parent
fb1ffc9a27
commit
6e362be2e4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
.gen
|
.gen
|
||||||
temp_bin
|
temp_bin
|
||||||
|
home/dot_config/hypr/monitors.conf
|
||||||
|
@ -1,16 +1,8 @@
|
|||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
||||||
monitor=HDMI-A-1,2560x1440@144,1920x0,1
|
|
||||||
monitor=DP-2,1920x1080@60,0x0,1
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
$mod = SUPER
|
$mod = SUPER
|
||||||
$term = kitty
|
$term = kitty
|
||||||
$e = & hyprctl dispatch submap reset
|
$e = & hyprctl dispatch submap reset
|
||||||
|
|
||||||
# Monitor definitions
|
|
||||||
$pri = HDMI-A-1
|
|
||||||
$sec = DP-3
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
||||||
# Execute your favorite apps at launch
|
# Execute your favorite apps at launch
|
||||||
@ -21,6 +13,7 @@ source = ~/.config/hypr/workspaces.conf
|
|||||||
source = ~/.config/hypr/keybinds.conf
|
source = ~/.config/hypr/keybinds.conf
|
||||||
source = ~/.config/hypr/windows.conf
|
source = ~/.config/hypr/windows.conf
|
||||||
source = ~/.config/hypr/start.conf
|
source = ~/.config/hypr/start.conf
|
||||||
|
source = ~/.config/hypr/monitors.conf
|
||||||
|
|
||||||
# Some default env vars.
|
# Some default env vars.
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
|
10
home/dot_config/hypr/monitors.conf.example
Normal file
10
home/dot_config/hypr/monitors.conf.example
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# This is an example for a monitors.config
|
||||||
|
# Modify current system and monitor config
|
||||||
|
|
||||||
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
|
monitor=MON1,XxY@ZZZ,XxY,1
|
||||||
|
monitor=MON2,XxY@ZZZ,XxY,1
|
||||||
|
|
||||||
|
# Primary/secondary monitor definitions
|
||||||
|
$pri = MON1
|
||||||
|
$sec = MON2
|
Loading…
x
Reference in New Issue
Block a user