More updates
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
preload = ~/.wallpaper/Rocksketto-2.png
|
||||
preload = ~/.wallpaper/StevenUniverse-1.png
|
||||
preload = ~/.wallpaper/PaintingStudio-03.png
|
||||
# preload = ~/.wallpaper/*.png
|
||||
|
||||
wallpaper = eDP-1,~/.wallpaper/Rocksketto-2.png
|
||||
wallpaper = HDMI-A-1, ~/.wallpaper/Rocksketto-2.png
|
||||
wallpaper = eDP-1,~/.wallpaper/StevenUniverse-1.png
|
||||
wallpaper = HDMI-A-1, ~/.wallpaper/PaintingStudio-03.png
|
||||
#set the default wallpaper(s) seen on initial workspace(s) --depending on the number of monitors used
|
||||
# wallpaper = monitor1,/path/to/image.png
|
||||
#if more than one monitor in use, can load a 2nd image
|
||||
|
||||
Reference in New Issue
Block a user