latest hyprlanding
This commit is contained in:
parent
7077e3af71
commit
b08978f399
2 changed files with 39 additions and 26 deletions
|
|
@ -1,14 +1,14 @@
|
|||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=,highrr,auto,auto
|
||||
monitor=eDP-1, 1920x1080@60Hz, 1280x1480, 1
|
||||
monitor=DP-5, 1920x1080@60Hz, 1920x400, 1
|
||||
monitor=DP-7, 2560x1440@60Hz, 3840x0, 1, transform, 3
|
||||
monitor=DP-6, disable
|
||||
|
||||
# Source monitor config for machine
|
||||
source = ./monitors.conf
|
||||
|
||||
# Wayland related environment variables.
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_THEME,McMojave
|
||||
env = HYPRCURSOR_SIZE,30
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
env = TERMINAL,foot
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
|
|
@ -40,7 +40,9 @@ general {
|
|||
gaps_out = 12
|
||||
border_size = 2
|
||||
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.active_border = rgba(ffffffff) rgba(ffffffff) 45deg
|
||||
col.active_border = rgba(83a598ff) rgba(acc3baff) 45deg
|
||||
# col.active_border = rgba(fc8577ff) rgba(fb4934ff) 45deg
|
||||
# col.active_border = rgba(b3d5a7ff) rgba(8ec07cff) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
layout = master
|
||||
|
|
@ -92,7 +94,7 @@ dwindle {
|
|||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_on_top = true
|
||||
new_is_master = true
|
||||
new_status = master
|
||||
no_gaps_when_only = true
|
||||
}
|
||||
|
||||
|
|
@ -112,7 +114,8 @@ misc {
|
|||
# Window rules
|
||||
windowrule = tile,title:^(VRChat)$
|
||||
windowrule = tile,title:^(nsxiv)$
|
||||
windowrule = bordercolor rgb(FF0000) rgb(880808),title:^(rofi.*)$
|
||||
|
||||
windowrulev2 = suppressevent maximize, class:.* # Some windows try to maximize themselves instantly
|
||||
|
||||
$mainMod = SUPER
|
||||
|
||||
|
|
@ -129,10 +132,10 @@ bind = $mainMod, M, exec, foot -e zsh -c 'neomutt'
|
|||
bind = $mainMod, R, exec, fuzzel
|
||||
|
||||
# System control keybinds
|
||||
binde = $mainMod, MINUS, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-; notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||
binde = $mainMod SHIFT, MINUS, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-; notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||
binde = $mainMod, EQUAL, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+; notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||
binde = $mainMod SHIFT, EQUAL, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+; notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||
binde = $mainMod, MINUS, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-; test -z "$(pidof waybar)" && notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||
binde = $mainMod SHIFT, MINUS, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-; test -z "$(pidof waybar)" && notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||
binde = $mainMod, EQUAL, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+; test -z "$(pidof waybar)" && notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||
binde = $mainMod SHIFT, EQUAL, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+; test -z "$(pidof waybar)" && notify-send -r 44 "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||
binde = ,F7, exec, change-brightness up
|
||||
binde = ,XF86MonBrightnessUp, exec, change-brightness up
|
||||
binde = ,F6, exec, change-brightness down
|
||||
|
|
@ -195,7 +198,7 @@ bind = $mainMod SHIFT, T, layoutmsg, orientationtop
|
|||
|
||||
# Special windows
|
||||
bind = $mainMod, F, togglefloating,
|
||||
bind = $mainMod SHIFT, F, fakefullscreen
|
||||
bind = $mainMod SHIFT, F, fullscreenstate, 1
|
||||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
|
||||
|
|
@ -221,7 +224,7 @@ bind = $mainMod SHIFT, 6, exec, hyprdwm moveto 6
|
|||
bind = $mainMod SHIFT, 7, exec, hyprdwm moveto 7
|
||||
bind = $mainMod SHIFT, 8, exec, hyprdwm moveto 8
|
||||
bind = $mainMod SHIFT, 9, exec, hyprdwm moveto 9
|
||||
bind = $mainMod SHIFT, 9, exec, hyprdwm moveto 10
|
||||
bind = $mainMod SHIFT, 0, exec, hyprdwm moveto 10
|
||||
|
||||
# Moving windows between monitors
|
||||
bind = $mainMod SHIFT, COMMA, movewindow, mon:-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue