.
This commit is contained in:
parent
9e8db84afc
commit
9f7701ce6d
15 changed files with 110 additions and 125 deletions
|
|
@ -1,6 +1,6 @@
|
|||
env = PROFILE, laptop
|
||||
exec-once=systemctl --user start hyprpolkitagent
|
||||
exec-once=i3bar-river
|
||||
exec-once="$HOME/dotfiles/scripts/background.sh"
|
||||
exec-once=hyprpaper
|
||||
#exec-once = /nix/store/lww2khz04qsc8prjp8l0haldwz15yivi-dbus-1.14.10/bin/dbus-update-activation-environment --systemd DISPLAY HYPRLAND_INSTANCE_SIGNATURE WAYLAND_DISPLAY XDG_CURRENT_DESKTOP && systemctl --user stop hyprland-session.target && systemctl --user start hyprland-session.target
|
||||
$mod=SUPER
|
||||
|
|
@ -51,8 +51,12 @@ bind=$mod, RETURN, exec, kitty
|
|||
bind=$mod, Y, exec, foot yazi
|
||||
bind=$mod + SHIFT, Q, killactive
|
||||
bind=$mod, SPACE, togglefloating
|
||||
bind=$mod, B, exec, "$HOME/dotfiles/scripts/background.sh"
|
||||
bind=$mod, S, exec, "$HOME/dotfiles/scripts/lock.sh"
|
||||
bind=$mod, B, exec, kitty --class Launcher -e $HOME/dotfiles/scripts/background
|
||||
# bind=$mod, S, exec, "$HOME/dotfiles/scripts/lock.sh" TODO: make this call dmenu on the scripts folder
|
||||
|
||||
# Lid
|
||||
bindl=,switch:on:Lid Switch,exec,hyprctl dispatch dpms off && hyprctl dispatch exec hyprlock
|
||||
bindl=,switch:off:Lid Switch,exec,hyprctl dispatch dpms on
|
||||
|
||||
# Movement
|
||||
bind=$mod, F, fullscreen, 1
|
||||
|
|
@ -91,3 +95,7 @@ binde=, XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
|||
binde=, XF86MonBrightnessUp, exec, brightnessctl s +5%
|
||||
binde=, XF86MonBrightnessDown, exec, brightnessctl s 5%-
|
||||
bindl=, switch:off:3c3fceb90, exec, swaylock
|
||||
bind=$mod SHIFT,SPACE, exec, hyprctl switchxkblayout all next
|
||||
|
||||
# Others
|
||||
bind=, PRINT, exec, grim -g "$(slurp)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue