More updates

This commit is contained in:
Antoine Phan
2024-07-26 16:08:18 +07:00
parent ec54747b33
commit 4785af65e0
8 changed files with 36 additions and 49 deletions

View File

@@ -1,10 +1,15 @@
# https://wiki.hyprland.org/Configuring/Monitors\
monitor=eDP-1,1920x1080@60,0x0,1
# - Home monitor settings -
monitor=,1920x1080@165,auto,1
# --- Second monitor via HDMI-A ---
# Automatic/To the right
# monitor=,1920x1080@165,auto,1
# Second monitor on the left
monitor=,1920x1080@165, -1920x0, 1
# monitor = , highres, 0x-1080, 1
# Enabling mirror
# monitor=HDMI-A-1, 1920x1080@60, 0x0, 1, mirror, eDP-1
@@ -19,7 +24,7 @@ exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRE
# Set programs that you use
$terminal = alacritty
$fileManager = nautilus
$menu = wofi --show drun
$menu = wofi
# Some default env vars.
env = XCURSOR_SIZE,12
@@ -99,7 +104,6 @@ dwindle {
master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_is_master = true
}
gestures {
@@ -142,6 +146,7 @@ windowrulev2 = tile, title:(Wine)
$mainMod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, T, exec, $terminal
bind = $mainMod, RETURN, exec, $terminal
bind = $mainMod_SHIFT, Q, killactive,
# bind = $mainMod_SHIFT, M, exit,
@@ -218,6 +223,9 @@ bind = $mainMod SHIFT, P, movetoworkspace, r-1
bind = $mainMod, N, workspace, m+1
bind = $mainMod, P, workspace, m-1
# Swap windows from different monitors
bind = $mainMod, S, swapactiveworkspaces,0 1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow