mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-26 10:48:34 +02:00
chore(home/linux/gui/hyprland): remove scripts & unused packages, use hyprlock & hypridle
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
#-- Keybindings ----------------------------------------------------
|
||||
$term = foot
|
||||
$app_launcher = ~/.config/hypr/scripts/menu
|
||||
$volume = ~/.config/hypr/scripts/volume
|
||||
$lockscreen = ~/.config/hypr/scripts/lockscreen
|
||||
$wlogout = ~/.config/hypr/scripts/wlogout
|
||||
$colorpicker = ~/.config/hypr/scripts/colorpicker
|
||||
$app_launcher = anyrun
|
||||
$files = thunar
|
||||
$browser = firefox
|
||||
|
||||
@@ -23,9 +19,8 @@ bind=SUPER,S,pseudo,
|
||||
|
||||
# -- Misc --
|
||||
bind=SUPER,N,exec,nm-connection-editor # need install network-manager-applet
|
||||
bind=SUPER,P,exec,$colorpicker
|
||||
bind=CTRLALT,L,exec,$lockscreen
|
||||
bind=SUPERSHIFT,X,exec,$wlogout
|
||||
bind=CTRLALT,L,exec,hyprlock
|
||||
bind=SUPERSHIFT,X,exec,wlogout
|
||||
|
||||
# -- Some nice mouse binds --
|
||||
bindm=SUPER,mouse:272,movewindow
|
||||
@@ -34,14 +29,10 @@ bindm=SUPER,mouse:273,resizewindow
|
||||
# -- Function keys --
|
||||
# bind=,XF86MonBrightnessUp,exec,$backlight --inc
|
||||
# bind=,XF86MonBrightnessDown,exec,$backlight --dec
|
||||
bind=,XF86AudioRaiseVolume,exec,$volume --inc
|
||||
bind=,XF86AudioLowerVolume,exec,$volume --dec
|
||||
bind=,XF86AudioMute,exec,$volume --toggle
|
||||
bind=,XF86AudioMicMute,exec,$volume --toggle-mic
|
||||
bind=,XF86AudioNext,exec,mpc next
|
||||
bind=,XF86AudioPrev,exec,mpc prev
|
||||
bind=,XF86AudioPlay,exec,mpc toggle
|
||||
bind=,XF86AudioStop,exec,mpc stop
|
||||
# bind=,XF86AudioRaiseVolume,exec,$volume --inc
|
||||
# bind=,XF86AudioLowerVolume,exec,$volume --dec
|
||||
# bind=,XF86AudioMute,exec,$volume --toggle
|
||||
# bind=,XF86AudioMicMute,exec,$volume --toggle-mic
|
||||
|
||||
# -- Screenshots --
|
||||
bind=,Print,exec,hyprshot -m output -o ~/Pictures/Screenshots -- imv
|
||||
|
||||
Reference in New Issue
Block a user