chore: cleaned up hyprland.conf, split on as important stuff into different hyprland configs
This commit is contained in:
parent
ff9ab94b24
commit
6e224784a3
3 changed files with 67 additions and 82 deletions
9
hypr/autorun.conf
Normal file
9
hypr/autorun.conf
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Autorun apps
|
||||||
|
exec-once = dunst & waybar & hyprpaper
|
||||||
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
exec-once = hyprctl setcursor Adwaita 24
|
||||||
|
exec-once = zsh /home/moonleay/.config/hypr/hyprland/scripts/fixXwaylandVideoBridge.sh
|
||||||
|
exec-once = solaar -w hide
|
||||||
|
exec-once = setxkbmap -model 'pc105angle' -layout 'us' -variant 'cmk_ed_us' -option'' -option 'misc:extend,lv5:caps_switch_lock,grp:shifts_toggle,compose:menu,misc:cmk_curl_dh'
|
||||||
|
exec-once = flatpak run org.kde.xwaylandvideobridge
|
||||||
|
# exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
11
hypr/env_vars.conf
Normal file
11
hypr/env_vars.conf
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Environment variables
|
||||||
|
env = MOZ_ENABLE_WAYLAND,1
|
||||||
|
env = MOZ_DISABLE_RDD_SANDBOX,1
|
||||||
|
env = WLR_DRM_NO_ATOMIC,1
|
||||||
|
env = GDK_BACKEND=wayland,x11
|
||||||
|
env = QT_QPA_PLATFORM="wayland;xcb"
|
||||||
|
env = SDL_VIDEODRIVER=wayland
|
||||||
|
env = CLUTTER_BACKEND=wayland
|
||||||
|
env = XDG_CURRENT_DESKTOP=Hyprland
|
||||||
|
env = XDG_SESSION_TYPE=wayland
|
||||||
|
env = XDG_SESSION_DESKTOP=Hyprland
|
|
@ -1,60 +1,32 @@
|
||||||
#
|
# Monitors
|
||||||
# Please note not all available settings / options are set here.
|
|
||||||
# For a full list, see the wiki
|
|
||||||
#
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
||||||
#monitor=,preferred,auto,auto
|
#monitor=,preferred,auto,auto
|
||||||
monitor=eDP-2,preferred,0x0,2
|
monitor=eDP-2,preferred,0x0,2
|
||||||
monitor=eDP-1,preferred,0x0,2
|
monitor=eDP-1,preferred,0x0,2
|
||||||
monitor=DP-1,3840x2160@120,1280x0,1.2
|
monitor=DP-1,3840x2160@120,1280x0,1.2
|
||||||
monitor=HDMI-A-1,preferred,4480x0,1
|
monitor=HDMI-A-1,preferred,4480x0,1
|
||||||
|
#monitor=HDMI-A-1,3440x1440@100,1280x0,1
|
||||||
|
|
||||||
|
# Other Hyprland configs
|
||||||
|
source = ~/.config/hypr/autorun.conf # Autorun apps
|
||||||
|
source = ~/.config/hypr/env_vars.conf # Set environment variables
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# Disable xwayland scaling
|
||||||
# Execute your favorite apps at launch
|
|
||||||
exec-once = dunst & waybar & hyprpaper
|
|
||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
|
||||||
exec-once = hyprctl setcursor Adwaita 24
|
|
||||||
exec-once = zsh /home/moonleay/.config/hypr/hyprland/scripts/fixXwaylandVideoBridge.sh
|
|
||||||
exec-once = solaar -w hide
|
|
||||||
exec-once = setxkbmap -model 'pc105angle' -layout 'us' -variant 'cmk_ed_us' -option'' -option 'misc:extend,lv5:caps_switch_lock,grp:shifts_toggle,compose:menu,misc:cmk_curl_dh'
|
|
||||||
exec-once = flatpak run org.kde.xwaylandvideobridge
|
|
||||||
#exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
|
||||||
|
|
||||||
# Source a file (multi-file configs)
|
|
||||||
# source = ~/.config/hypr/myColors.conf
|
|
||||||
|
|
||||||
# Some default env vars.
|
|
||||||
#env = XCURSOR_SIZE,24
|
|
||||||
env = MOZ_ENABLE_WAYLAND,1
|
|
||||||
env = MOZ_DISABLE_RDD_SANDBOX,1
|
|
||||||
env = WLR_DRM_NO_ATOMIC,1
|
|
||||||
env = GDK_BACKEND=wayland,x11
|
|
||||||
env = QT_QPA_PLATFORM="wayland;xcb"
|
|
||||||
env = SDL_VIDEODRIVER=wayland
|
|
||||||
env = CLUTTER_BACKEND=wayland
|
|
||||||
env = XDG_CURRENT_DESKTOP=Hyprland
|
|
||||||
env = XDG_SESSION_TYPE=wayland
|
|
||||||
env = XDG_SESSION_DESKTOP=Hyprland
|
|
||||||
#env = STEAM_FORCE_DESKTOPUI_SCALING, 1.5
|
|
||||||
|
|
||||||
xwayland {
|
xwayland {
|
||||||
force_zero_scaling = true
|
force_zero_scaling = true
|
||||||
}
|
}
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
disable_hyprland_logo = true
|
disable_hyprland_logo = true
|
||||||
# Lower static fr
|
# lower framerate when not updating screen (powersaving)
|
||||||
vfr = true
|
vfr = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
# Input settings
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
#kb_variant = colemak_dh
|
|
||||||
kb_model = pc105angle
|
kb_model = pc105angle
|
||||||
|
# kb_variant = colemak_dh
|
||||||
kb_variant = cmk_ed_us
|
kb_variant = cmk_ed_us
|
||||||
kb_options = misc:extend, lv5:caps_switch_lock, grp:shifts_toggle, compose:menu, misc:cmk_curl_dh
|
kb_options = misc:extend, lv5:caps_switch_lock, grp:shifts_toggle, compose:menu, misc:cmk_curl_dh
|
||||||
|
|
||||||
|
@ -68,6 +40,7 @@ input {
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
|
disable_while_typing = yes
|
||||||
natural_scroll = yes
|
natural_scroll = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -75,29 +48,25 @@ input {
|
||||||
accel_profile = flat
|
accel_profile = flat
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# General Hyprland settings
|
||||||
general {
|
general {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
gaps_in = 5
|
||||||
|
gaps_out = 10 #20
|
||||||
gaps_in = 5 #5
|
border_size = 2
|
||||||
gaps_out = 5 #20
|
|
||||||
border_size = 2 #1.5 #2
|
|
||||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = rgba(595959aa)
|
||||||
|
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
|
|
||||||
allow_tearing = true
|
allow_tearing = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Window decorations
|
||||||
decoration {
|
decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
rounding = 5
|
||||||
|
|
||||||
rounding = 5 # 10
|
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
# Battery saving
|
# Disable blur for battery saving
|
||||||
enabled = false
|
enabled = false
|
||||||
# enabled = true
|
|
||||||
size = 3
|
size = 3
|
||||||
passes = 1
|
passes = 1
|
||||||
}
|
}
|
||||||
|
@ -108,11 +77,10 @@ decoration {
|
||||||
col.shadow = rgba(1a1a1aee)
|
col.shadow = rgba(1a1a1aee)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Window animations
|
||||||
animations {
|
animations {
|
||||||
enabled = yes
|
enabled = yes
|
||||||
|
|
||||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
|
||||||
|
|
||||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||||
|
|
||||||
animation = windows, 1, 7, myBezier
|
animation = windows, 1, 7, myBezier
|
||||||
|
@ -123,14 +91,13 @@ animations {
|
||||||
animation = workspaces, 1, 6, default
|
animation = workspaces, 1, 6, default
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Dwindle layout
|
||||||
dwindle {
|
dwindle {
|
||||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
pseudotile = yes
|
||||||
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
preserve_split = yes
|
||||||
preserve_split = yes # you probably want this
|
|
||||||
}
|
}
|
||||||
|
|
||||||
master {
|
master {
|
||||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
|
||||||
new_is_master = true
|
new_is_master = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -142,19 +109,12 @@ gestures {
|
||||||
workspace_swipe_direction_lock = false
|
workspace_swipe_direction_lock = false
|
||||||
}
|
}
|
||||||
|
|
||||||
# Example per-device config
|
# Per device configs
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
# <none>
|
||||||
#device:5586d3691540 {
|
|
||||||
# sensitivity = -0.5
|
|
||||||
#}
|
|
||||||
|
|
||||||
|
# Windowrules
|
||||||
# Example windowrule v1
|
|
||||||
# windowrule = float, ^(kitty)$
|
|
||||||
# Example windowrule v2
|
|
||||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
||||||
windowrulev2 = immediate, class:^(minecraft)$
|
windowrulev2 = immediate, class:^(minecraft)$
|
||||||
|
|
||||||
# Screensharing
|
# Screensharing
|
||||||
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
||||||
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
||||||
|
@ -164,30 +124,35 @@ windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
||||||
|
# Custom mappings
|
||||||
|
|
||||||
# Custom Mappings
|
# Shutdown / Reboot
|
||||||
#
|
|
||||||
# Eject = XF86Eject
|
|
||||||
# XF86Tools = F13
|
|
||||||
# XF86Launch5 = F14
|
|
||||||
# XF86Launch6 = F15
|
|
||||||
# ...
|
|
||||||
# XF86Launch9 = F18
|
|
||||||
# NoSymbol = F19
|
|
||||||
bind = $mainMod, XF86Eject, exec, shutdown now
|
bind = $mainMod, XF86Eject, exec, shutdown now
|
||||||
bind = $mainMod, XF86Launch1, exec, shutdown now
|
|
||||||
bind = $mainMod SHIFT, XF86Eject, exec, reboot
|
bind = $mainMod SHIFT, XF86Eject, exec, reboot
|
||||||
|
bind = $mainMod, XF86Launch1, exec, shutdown now
|
||||||
bind = $mainMod SHIFT, XF86Launch1, exec, reboot
|
bind = $mainMod SHIFT, XF86Launch1, exec, reboot
|
||||||
|
|
||||||
|
# Music controll
|
||||||
bind = , XF86Tools, exec, playerctl previous
|
bind = , XF86Tools, exec, playerctl previous
|
||||||
bind = , XF86Launch5, exec, playerctl play-pause
|
bind = , XF86Launch5, exec, playerctl play-pause
|
||||||
bind = , XF86Launch6, exec, playerctl next
|
bind = , XF86Launch6, exec, playerctl next
|
||||||
|
|
||||||
|
# Run "overlay apps"
|
||||||
bind = CTRL ALT, DELETE, exec, swaylock
|
bind = CTRL ALT, DELETE, exec, swaylock
|
||||||
bind = $mainMod SHIFT, s, exec, grim -g "$(slurp)" -c "/home/moonleay/Pictures/Screenshots/$(date +'%s_grim.png')"
|
bind = $mainMod SHIFT, s, exec, grim -g "$(slurp)" -c "/home/moonleay/Pictures/Screenshots/$(date +'%s_grim.png')"
|
||||||
|
|
||||||
|
# Run application
|
||||||
bind = $mainMod SHIFT, q, exec, librewolf
|
bind = $mainMod SHIFT, q, exec, librewolf
|
||||||
|
|
||||||
|
# Force app fullsceen
|
||||||
|
bind = ALT_L, f, fullscreen
|
||||||
|
bind = ALT_L SHIFT, f, fakefullscreen
|
||||||
|
|
||||||
|
# Custom rofi
|
||||||
|
bind = $mainMod, TAB, exec, rofi -show window -show-icons
|
||||||
|
|
||||||
# Default Mappings
|
# Default Mappings
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
bind = $mainMod, Q, exec, alacritty
|
||||||
bind = $mainMod, Q, exec, alacritty # kitty
|
|
||||||
bind = $mainMod, C, killactive,
|
bind = $mainMod, C, killactive,
|
||||||
bind = $mainMod, M, exit,
|
bind = $mainMod, M, exit,
|
||||||
bind = $mainMod, E, exec, thunar
|
bind = $mainMod, E, exec, thunar
|
||||||
|
@ -196,13 +161,13 @@ bind = $mainMod, R, exec, rofi -show drun -show-icons
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move the window focus
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
bind = $mainMod, right, movefocus, r
|
bind = $mainMod, right, movefocus, r
|
||||||
bind = $mainMod, up, movefocus, u
|
bind = $mainMod, up, movefocus, u
|
||||||
bind = $mainMod, down, movefocus, d
|
bind = $mainMod, down, movefocus, d
|
||||||
|
|
||||||
# Switch workspaces with mainMod + [0-9]
|
# Switch focus
|
||||||
bind = $mainMod, 1, workspace, 1
|
bind = $mainMod, 1, workspace, 1
|
||||||
bind = $mainMod, 2, workspace, 2
|
bind = $mainMod, 2, workspace, 2
|
||||||
bind = $mainMod, 3, workspace, 3
|
bind = $mainMod, 3, workspace, 3
|
||||||
|
@ -216,7 +181,7 @@ bind = $mainMod, 0, workspace, 10
|
||||||
bind = $mainMod, minus, workspace, 11
|
bind = $mainMod, minus, workspace, 11
|
||||||
bind = $mainMod, equal, workspace, 12
|
bind = $mainMod, equal, workspace, 12
|
||||||
|
|
||||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
# Move window to other workspace
|
||||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||||||
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
||||||
bind = $mainMod SHIFT, 3, movetoworkspace, 3
|
bind = $mainMod SHIFT, 3, movetoworkspace, 3
|
||||||
|
@ -230,11 +195,11 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||||
bind = $mainMod SHIFT, minus, movetoworkspace, 11
|
bind = $mainMod SHIFT, minus, movetoworkspace, 11
|
||||||
bind = $mainMod SHIFT, equal, movetoworkspace, 12
|
bind = $mainMod SHIFT, equal, movetoworkspace, 12
|
||||||
|
|
||||||
# Scroll through existing workspaces with mainMod + scroll
|
# Scroll through workspaces
|
||||||
bind = $mainMod, mouse_down, workspace, e+1
|
bind = $mainMod, mouse_down, workspace, e+1
|
||||||
bind = $mainMod, mouse_up, workspace, e-1
|
bind = $mainMod, mouse_up, workspace, e-1
|
||||||
|
|
||||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
# Move and scale workspaces
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue