Configure primary display

This commit is contained in:
Isshi0417 2024-07-11 15:27:18 +09:00
parent 8185a4fbbc
commit 7e463e7f50

View File

@ -15,8 +15,10 @@
################ ################
# See https://wiki.hyprland.org/Configuring/Monitors/ # See https://wiki.hyprland.org/Configuring/Monitors/
monitor=eDP-1, highres, 1920x0, 1 monitor=eDP-1, preferred, auto-right, 1
monitor=HDMI-A-2, highres, 0x0, 1 monitor=HDMI-A-2, preferred, auto-left, 1
workspace = name:1, monitor:HDMI-A-2
################### ###################
@ -29,6 +31,7 @@ monitor=HDMI-A-2, highres, 0x0, 1
$terminal = kitty $terminal = kitty
$fileManager = dolphin $fileManager = dolphin
$menu = wofi --show drun $menu = wofi --show drun
$browser = firefox
################# #################
@ -38,9 +41,9 @@ $menu = wofi --show drun
# Autostart necessary processes (like notifications daemons, status bars, etc.) # Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this: # Or execute your favorite apps at launch like this:
# exec-once = $terminal exec-once = hyprctl dispatch workspace 1
# exec-once = nm-applet & exec-once = $browser
# exec-once = waybar & hyprpaper & firefox
############################# #############################
@ -184,6 +187,7 @@ bind = $mainMod, M, exit,
bind = $mainMod, E, exec, $fileManager bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating, bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, $menu bind = $mainMod, R, exec, $menu
bind = $mainMod, F, exec, $browser
bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, J, togglesplit, # dwindle