mirror of
https://github.com/duma799/hyprduma-config.git
synced 2026-05-14 14:41:00 +00:00
Fix monitor config, pywal path, and htop after PR #7 merge
This commit is contained in:
+4
-6
@@ -2,8 +2,7 @@
|
|||||||
# Please read documentation!
|
# Please read documentation!
|
||||||
|
|
||||||
# Monitor configuration
|
# Monitor configuration
|
||||||
monitor = eDP-1, 1920x1080@100, 1920x0, 1
|
monitor = , preferred, auto, 1
|
||||||
monitor = HDMI-A-1, 1920x1080@100, 0x0, 1
|
|
||||||
|
|
||||||
# Workspace assignment
|
# Workspace assignment
|
||||||
workspace = 1, monitor:HDMI-A-1
|
workspace = 1, monitor:HDMI-A-1
|
||||||
@@ -62,7 +61,7 @@ gesture = 3, horizontal, workspace
|
|||||||
gesture = 3, vertical, fullscreen
|
gesture = 3, vertical, fullscreen
|
||||||
|
|
||||||
# Source pywal colors for borders
|
# Source pywal colors for borders
|
||||||
source = ~/.config/hypr/hyprland-colors.conf
|
source = ~/.cache/wal/hyprland-colors.conf
|
||||||
|
|
||||||
# General settings
|
# General settings
|
||||||
general {
|
general {
|
||||||
@@ -325,7 +324,7 @@ layerrule {
|
|||||||
name = wofi-ignore-alpha
|
name = wofi-ignore-alpha
|
||||||
match:namespace = wofi
|
match:namespace = wofi
|
||||||
ignore_alpha = 0.2
|
ignore_alpha = 0.2
|
||||||
}
|
}
|
||||||
|
|
||||||
# Keybindings
|
# Keybindings
|
||||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||||
@@ -362,7 +361,7 @@ bind = $mainMod, S, exec, $spotify
|
|||||||
bind = $mainMod, W, exec, /home/duma/.local/bin/waypaper
|
bind = $mainMod, W, exec, /home/duma/.local/bin/waypaper
|
||||||
|
|
||||||
# Utility binds
|
# Utility binds
|
||||||
bind = CTRL SHIFT, ESCAPE, exec, $terminal btop # Task manager alternative
|
bind = CTRL SHIFT, ESCAPE, exec, $terminal htop # Task manager alternative
|
||||||
bind = $mainMod SHIFT, S, exec, hyprshot -m region -o $HOME/Pictures/Screenshots -f Screenshot_$(date "+%Y-%m-%d_%H:%M:%S").png -z
|
bind = $mainMod SHIFT, S, exec, hyprshot -m region -o $HOME/Pictures/Screenshots -f Screenshot_$(date "+%Y-%m-%d_%H:%M:%S").png -z
|
||||||
|
|
||||||
# WORKSPACE MANAGEMENT (SUPER)
|
# WORKSPACE MANAGEMENT (SUPER)
|
||||||
@@ -456,4 +455,3 @@ bindl = , XF86AudioNext, exec, playerctl next
|
|||||||
bindl = , XF86AudioPause, exec, playerctl play-pause
|
bindl = , XF86AudioPause, exec, playerctl play-pause
|
||||||
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user