This commit is contained in:
lostecho
2023-07-17 16:50:53 +08:00
parent 2b48086b22
commit 9c038a6cde
6 changed files with 48 additions and 32 deletions

View File

@@ -14,6 +14,7 @@ OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor = , preferred, auto, auto
monitor = eDP-1, 1920x1080@60, auto, 1
monitor = DP-2, 2560x1440@75, auto, 1
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
@@ -22,16 +23,17 @@ monitor = DP-2, 2560x1440@75, auto, 1
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Wayland magic (screen sharing etc.)
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # More wayland magic (screen sharing etc.)
exec-once = ~/.config/hypr/scripts/xdg-portal-hyprland
exec-once = ~/.config/hypr/scripts/bgaction
exec-once = ~/.local/share/hyprload/hyprload.sh
exec-once = ~/.config/hypr/scripts/xdg-portal-hyprland
exec-once = /usr/lib/polkit-kde-authentication-agent-1
exec-once = fcitx5 --replace -d
exec-once = udiskie &
exec-once = mako &
exec-once = clash &
exec-once = waybar &
exec-once = mako
exec-once = udiskie &
exec-once = blueman-applet
exec-once = fcitx5 --replace -d
exec-once = nm-applet --indicator
@@ -276,8 +278,8 @@ bindm = $mainMod SHIFT, mouse:272, resizewindow
# Brightness control
binde = $mainMod, F6, exec, ddcutil setvcp 10 + 10
binde = $mainMod, F5, exec, ddcutil setvcp 10 - 10
binde = , XF86MonBrightnessUp, exec, ddcutil setvcp 10 + 10
binde = , XF86MonBrightnessDown, exec, ddcutil setvcp 10 - 10
binde = , XF86MonBrightnessUp, exec, brightnessctl -c backlight set 1%-
binde = , XF86MonBrightnessDown, exec, brightnessctl -c backlight set +1%
# Sound control
binde = , F9, exec, pactl set-sink-volume @DEFAULT_SINK@ +1%