feat(hypr,bindings,rules): new bindings, rules, added steam to autostart with silent

This commit is contained in:
João Dias
2024-09-12 20:11:58 -03:00
parent 6ed9406a30
commit f15787cc63
5 changed files with 19 additions and 6 deletions
+1 -3
View File
@@ -18,6 +18,4 @@ exec-once = wl-paste --type image --watch cliphist store # Stores images
# Apps # Apps
exec-once = /bin/vesktop --start-minimized exec-once = /bin/vesktop --start-minimized
exec-once = /bin/steam-runtime -silent
# Special
exec-once = ~/.local/share/scripts/fix-nautilus.sh
+5 -2
View File
@@ -47,7 +47,6 @@ bind = $mainMod, J, togglesplit
bind = $mainMod, F11, fullscreen bind = $mainMod, F11, fullscreen
bind = $mainMod, N, exec, swaync-client -t bind = $mainMod, N, exec, swaync-client -t
bind = $mainMod, L, exec, $lockscreen bind = $mainMod, L, exec, $lockscreen
bind = $mainMod, C, centerwindow
# Media keys # Media keys
bind = , code:121, exec, pamixer --mute # Mute bind = , code:121, exec, pamixer --mute # Mute
@@ -81,11 +80,12 @@ 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
# Move windows with arrowkeys # Move windows with keyboard keys
bind = $mainMod SHIFT, left, movewindow, l bind = $mainMod SHIFT, left, movewindow, l
bind = $mainMod SHIFT, right, movewindow, r bind = $mainMod SHIFT, right, movewindow, r
bind = $mainMod SHIFT, up, movewindow, u bind = $mainMod SHIFT, up, movewindow, u
bind = $mainMod SHIFT, down, movewindow, d bind = $mainMod SHIFT, down, movewindow, d
bind = $mainMod SHIFT, C, centerwindow
# Resize windows with arrowkeys # Resize windows with arrowkeys
bind = $mainMod ALT, left, resizeactive, -60 0 bind = $mainMod ALT, left, resizeactive, -60 0
@@ -117,6 +117,9 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = CTRL ALT, right, workspace, e+1
bind = CTRL ALT, left, workspace, e-1
# Example special workspace (scratchpad) # Example special workspace (scratchpad)
bind = $mainMod, S, togglespecialworkspace, magic bind = $mainMod, S, togglespecialworkspace, magic
bind = $mainMod SHIFT, S, movetoworkspace, special:magic bind = $mainMod SHIFT, S, movetoworkspace, special:magic
+2
View File
@@ -3,7 +3,9 @@
## ENVIRONMENT ## ## ENVIRONMENT ##
################# #################
env = XCURSOR_THEME, Adwaita
env = XCURSOR_SIZE, 24 env = XCURSOR_SIZE, 24
env = HYPRCURSOR_THEME, Adwaita
env = HYPRCURSOR_SIZE, 24 env = HYPRCURSOR_SIZE, 24
env = QT_QPA_PLATFORM, wayland env = QT_QPA_PLATFORM, wayland
env = QT_QPA_PLATFORMTHEME, qt6ct env = QT_QPA_PLATFORMTHEME, qt6ct
+10 -1
View File
@@ -5,4 +5,13 @@
# Configure yout monitor(s) here! See https://wiki.hyprland.org/Configuring/Monitors for more information on how to do that! # Configure yout monitor(s) here! See https://wiki.hyprland.org/Configuring/Monitors for more information on how to do that!
monitor = , preferred, auto, auto, vrr, 1 # vrr enables variable refresh rate for gaming # Monitor Arguments
# 1 -> monitor name;
# 2 -> resolution@hertz;
# 3 -> positioning from the top-left corner;
# 4 -> scaling;
# 5 -> variable refresh rate;
# 6 -> 1: vrr enabled, 0: no vrr.
monitor = VGA-1, 1920x1080@60, 0x0, 1, vrr, 1
+1
View File
@@ -12,6 +12,7 @@ windowrulev2 = float, class:xdg-desktop-portal*
windowrulev2 = float, class:org.pulseaudio.pavucontrol windowrulev2 = float, class:org.pulseaudio.pavucontrol
windowrulev2 = float, class:org.gnome.Loupe windowrulev2 = float, class:org.gnome.Loupe
windowrulev2 = float, class:mcpelauncher-webview windowrulev2 = float, class:mcpelauncher-webview
windowrulev2 = float, class:org.gnome.Calculator
# Resize # Resize
windowrulev2 = size 50% 50%, class:org.pulseaudio.pavucontrol windowrulev2 = size 50% 50%, class:org.pulseaudio.pavucontrol