✨ feat(hypr,bindings,rules): new bindings, rules, added steam to autostart with silent
This commit is contained in:
+1
-3
@@ -18,6 +18,4 @@ exec-once = wl-paste --type image --watch cliphist store # Stores images
|
||||
|
||||
# Apps
|
||||
exec-once = /bin/vesktop --start-minimized
|
||||
|
||||
# Special
|
||||
exec-once = ~/.local/share/scripts/fix-nautilus.sh
|
||||
exec-once = /bin/steam-runtime -silent
|
||||
|
||||
+5
-2
@@ -47,7 +47,6 @@ bind = $mainMod, J, togglesplit
|
||||
bind = $mainMod, F11, fullscreen
|
||||
bind = $mainMod, N, exec, swaync-client -t
|
||||
bind = $mainMod, L, exec, $lockscreen
|
||||
bind = $mainMod, C, centerwindow
|
||||
|
||||
# Media keys
|
||||
bind = , code:121, exec, pamixer --mute # Mute
|
||||
@@ -81,11 +80,12 @@ bind = $mainMod, right, movefocus, r
|
||||
bind = $mainMod, up, movefocus, u
|
||||
bind = $mainMod, down, movefocus, d
|
||||
|
||||
# Move windows with arrowkeys
|
||||
# Move windows with keyboard keys
|
||||
bind = $mainMod SHIFT, left, movewindow, l
|
||||
bind = $mainMod SHIFT, right, movewindow, r
|
||||
bind = $mainMod SHIFT, up, movewindow, u
|
||||
bind = $mainMod SHIFT, down, movewindow, d
|
||||
bind = $mainMod SHIFT, C, centerwindow
|
||||
|
||||
# Resize windows with arrowkeys
|
||||
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, 0, movetoworkspace, 10
|
||||
|
||||
bind = CTRL ALT, right, workspace, e+1
|
||||
bind = CTRL ALT, left, workspace, e-1
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
## ENVIRONMENT ##
|
||||
#################
|
||||
|
||||
env = XCURSOR_THEME, Adwaita
|
||||
env = XCURSOR_SIZE, 24
|
||||
env = HYPRCURSOR_THEME, Adwaita
|
||||
env = HYPRCURSOR_SIZE, 24
|
||||
env = QT_QPA_PLATFORM, wayland
|
||||
env = QT_QPA_PLATFORMTHEME, qt6ct
|
||||
|
||||
+10
-1
@@ -5,4 +5,13 @@
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ windowrulev2 = float, class:xdg-desktop-portal*
|
||||
windowrulev2 = float, class:org.pulseaudio.pavucontrol
|
||||
windowrulev2 = float, class:org.gnome.Loupe
|
||||
windowrulev2 = float, class:mcpelauncher-webview
|
||||
windowrulev2 = float, class:org.gnome.Calculator
|
||||
|
||||
# Resize
|
||||
windowrulev2 = size 50% 50%, class:org.pulseaudio.pavucontrol
|
||||
|
||||
Reference in New Issue
Block a user