feat: reserved screen space keybind and pinning windows for watching shows in the background;
refactor: waybar adjustments; refactor: swaync idle inhibitor now handles idle state correctly; feat: rmpc config
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
# monitor=eDP-1, 1920x1080, 0x0, 1
|
||||
# monitor=HDMI-A-1, 1920x1080, -1920x-100, 1
|
||||
monitor=eDP-1, 1920x1080, 0x0, 1
|
||||
monitor=HDMI-A-1, 1920x1080, -1920x-100, 1
|
||||
# monitor=eDP-1,addreserved,0,0,0,625
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
@@ -35,6 +36,7 @@ exec-once = mullvad-vpn &
|
||||
exec-once = swaync
|
||||
exec-once = ~/.config/hypr/scripts/random_wallpaper.sh
|
||||
exec-once = ~/.config/hypr/scripts/autofreezer.sh
|
||||
exec-once = ~/.config/bspwm/checkupdates.sh
|
||||
|
||||
# exec-once = systemctl --user startexec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP hyprpaper.service
|
||||
exec-once = libinput-gestures
|
||||
@@ -323,7 +325,7 @@ binde = $mainMod SHIFT, W, forcekillactive,
|
||||
bind = $mainMod, S, togglefloating,
|
||||
bind = $mainMod, T, settiled,
|
||||
bind = $mainMod, F, fullscreen,
|
||||
bind = $mainMod CTRL, P, pin,
|
||||
bind = $mainMod CTRL, P, pin
|
||||
|
||||
# Bring to top
|
||||
bind = $mainMod, Z, bringactivetotop
|
||||
@@ -481,6 +483,9 @@ bind = $mainMod CTRL, G, exec, ~/.config/hypr/scripts/grayscale-toggle.sh
|
||||
# Game mode
|
||||
bind = $mainMod SHIFT, G, exec, ~/.config/hypr/scripts/gamemode.sh
|
||||
|
||||
# Enable reserved space
|
||||
bind = $mainMod, B, exec, ~/.config/hypr/scripts/reserved_space.sh
|
||||
|
||||
# Cycle cpu frequency mode
|
||||
bind = $mainMod CTRL, C, exec, ~/.config/hypr/scripts/cpufreq.sh
|
||||
|
||||
@@ -592,4 +597,4 @@ debug {
|
||||
disable_logs = false
|
||||
}
|
||||
|
||||
source = ~/.config/hypr/monitors.conf
|
||||
# source = ~/.config/hypr/monitors.conf
|
||||
|
||||
Reference in New Issue
Block a user