Many changes
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
monitor=DP-3, 2560x1440@165, 0x0, 1, cm, srgb
|
||||
# monitor=DP-3, 2560x1440@60, 0x0, 1, cm, srgb
|
||||
# monitor=DP-3, 2560x1440@165, 0x0, 1, bitdepth, 10, cm, srgb
|
||||
# monitor=DP-3, 2560x1440@60, 0x0, 1, bitdepth, 10, cm, srgb
|
||||
monitor=DP-3, 2560x1440@165, 0x0, 1, bitdepth, 10, cm, srgb
|
||||
# monitor=DP-3, 1920x1080@60, 0x0, 1, bitdepth, 10, cm, srgb
|
||||
# monitor=DP-3, 1280x720@60, 0x0, 1, bitdepth, 10, cm, srgb
|
||||
|
||||
$terminal = kitty
|
||||
$fileManager = thunar
|
||||
@@ -10,6 +14,7 @@ $screenshotTool = hyprshot --mode region --output-folder /media/hd/clouds/nextcl
|
||||
exec-once = waybar
|
||||
exec-once = hyprpaper
|
||||
exec-once = gammastep -O 4000
|
||||
exec-once = copyq --start-server
|
||||
|
||||
exec-once = [workspace 1 silent] kitty
|
||||
exec-once = [workspace 2 silent] spotify
|
||||
@@ -18,7 +23,8 @@ exec-once = [workspace 4 silent] AyuGram
|
||||
exec-once = [workspace 5 silent] obsidian
|
||||
exec-once = [workspace 6 silent] keepassxc
|
||||
exec-once = [workspace 7 silent] steam
|
||||
exec-once = [workspace 8 silent] chromium --password-store=basic
|
||||
exec-once = [workspace 9 silent] chromium --password-store=basic
|
||||
exec-once = [workspace 10 silent] obs --startreplaybuffer --disable-missing-files-check
|
||||
|
||||
# windowrulev2 = workspace 1, class:(kitty)
|
||||
# windowrulev2 = workspace 2, class:(chromium|spotify)
|
||||
@@ -27,7 +33,9 @@ windowrulev2 = workspace 3 silent, class:(equibop)
|
||||
# windowrulev2 = workspace 5, class:(obsidian)
|
||||
# windowrulev2 = workspace 6, class:(org.keepassxc.KeePassXC)
|
||||
windowrulev2 = workspace 7 silent, class:(steam)
|
||||
# windowrulev2 = workspace 8, class:(.*chromium)
|
||||
windowrulev2 = workspace 8 silent, class:(steam_app_.*)
|
||||
# windowrulev2 = workspace 9, class:(.*chromium)
|
||||
windowrulev2 = workspace 10, class:(com.obsproject.Studio)
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Environment-variables/
|
||||
env = XCURSOR_SIZE,24
|
||||
@@ -140,7 +148,8 @@ misc {
|
||||
force_default_wallpaper = 0
|
||||
disable_hyprland_logo = true
|
||||
|
||||
vrr = 1
|
||||
vrr = 2
|
||||
# vrr = 0
|
||||
}
|
||||
|
||||
|
||||
@@ -180,7 +189,6 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
# Example binds, see https://wiki.hypr.land/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, $terminal
|
||||
bind = $mainMod, W, killactive,
|
||||
# bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, F, fullscreen
|
||||
@@ -189,6 +197,7 @@ bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod ALT, L, exec, $lockingTool
|
||||
bind = $mainMod, S, exec, $screenshotTool
|
||||
bind = $mainMod, M, exec, wpctl set-mute -p $(hyprctl activewindow -j | jq '.pid') toggle
|
||||
|
||||
bind = $mainMod SHIFT, B, exec, ~/.config/waybar/scripts/reload-waybar.sh
|
||||
bind = $mainMod SHIFT, N, exec, hyprctl reload
|
||||
@@ -252,6 +261,9 @@ bind = $mainMod, mouse_up, workspace, e-1
|
||||
|
||||
bind = $mainMod, F1, exec, ~/.config/hypr/gamemode.sh
|
||||
|
||||
bind = ALT, F11, exec, equibop --toggle-mic
|
||||
bind = ALT, F12, exec, equibop --toggle-deafen
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
@@ -281,3 +293,5 @@ windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned
|
||||
# windowrulev2 = immediate yes, class:^(steam_app_.*)$
|
||||
# windowrulev2 = immediate yes, class:^(osu!|osu-lazer)$
|
||||
# windowrulev2 = immediate yes, class:^(Minecraft|minecraft|java|org.lwjgl.glfw)$
|
||||
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
||||
Reference in New Issue
Block a user