update config file
This commit is contained in:
@@ -26,7 +26,7 @@ exec-once = ~/.local/share/hyprload/hyprload.sh
|
||||
#exec = ~/.config/HyprV/hyprv_util setbg
|
||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
||||
exec-once = waybar # status bar
|
||||
exec-once = dunst # notification daemon
|
||||
exec-once = mako # notification daemon
|
||||
exec-once = blueman-applet
|
||||
exec-once = nm-applet --indicator # Systray app for Network/Wifi
|
||||
exec-once = fcitx5 --replace -d # input method
|
||||
@@ -215,11 +215,11 @@ bind = $mainMod, E, exec, thunar
|
||||
bind = $mainMod, O, exec, obsidian
|
||||
bind = $mainMod, P, exec, logseq
|
||||
bind = $mainMod, L, exec, swaylock # Lock the screen
|
||||
bind = $mainMod, G, exec, google-chrome-stable
|
||||
bind = $mainMod, G, exec, google-chrome-unstable
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exec, nwg-bar
|
||||
#bind = $mainMod, M, exec, wlogout --protocol layer-shell # show the logout window
|
||||
bind = $mainMod, W, exec, google-chrome-stable --profile-directory=Default --app-id=magamgmomalmppfcmkgppgboggkfiphd
|
||||
bind = $mainMod, W, exec, google-chrome-unstable --profile-directory=Default --app-id=magamgmomalmppfcmkgppgboggkfiphd
|
||||
# bind = $mainMod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
|
||||
# bind = $mainMod, U, exec, grim -g "$(slurp)" - | wl-copy
|
||||
# bind = $mainMod SHIFT, U, exec, grim $screen_file
|
||||
@@ -272,11 +272,25 @@ bindm = $mainMod SHIFT, mouse:272, resizewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
# Brightness control
|
||||
binde = $mainMod SHIFT, L, exec, ddcutil setvcp 10 + 10
|
||||
binde = $mainMod SHIFT, K, exec, ddcutil setvcp 10 - 10
|
||||
binde = $mainMod, XF86AudioRaiseVolume, exec, ddcutil setvcp 10 + 10
|
||||
binde = $mainMod, XF86AudioLowerVolume, exec, ddcutil setvcp 10 - 10
|
||||
#binde = , XF86MonBrightnessUp, exec, ddcutil setvcp 10 + 10
|
||||
#binde = , XF86MonBrightnessDown, exec, ddcutil setvcp 10 - 10
|
||||
#binde = $mainMod SHIFT, L, exec, ddcutil setvcp 10 + 10
|
||||
#binde = $mainMod SHIFT, K, exec, ddcutil setvcp 10 - 10
|
||||
#binde = $mainMod SHIFT, L, exec, brightnessctl set 5%+
|
||||
#binde = $mainMod SHIFT, K, exec, brightnessctl set 5%-
|
||||
|
||||
# Sound control
|
||||
binde = $mainMod SHIFT, O, exec, pamixer -d 5
|
||||
binde = $mainMod SHIFT, P, exec, pamixer -i 5
|
||||
binde = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +1%
|
||||
binde = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -1%
|
||||
binde = , XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
#binde = $mainMod SHIFT, O, exec, pamixer -d 5
|
||||
#binde = $mainMod SHIFT, P, exec, pamixer -i 5
|
||||
|
||||
# Player control
|
||||
#binde = , XF86AudioPlay, exec, playerctl play
|
||||
#binde = , XF86AudioPause, exec, playerctl pause
|
||||
binde = , XF86AudioPlay, exec, playerctl play-pause
|
||||
binde = , XF86AudioNext, exec, playerctl next
|
||||
binde - , XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
Reference in New Issue
Block a user