.
This commit is contained in:
parent
cba0f6f825
commit
418e090ce6
37 changed files with 933 additions and 25 deletions
|
|
@ -1,7 +1,11 @@
|
|||
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
|
||||
exec-once=systemctl --user start hyprpolkitagent
|
||||
exec-once=i3bar-river
|
||||
exec-once=hyprpaper
|
||||
exec-once="$HOME/dotfiles/scripts/background.sh"
|
||||
#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
|
||||
source=/nix/store/zqfq9kzjv69rzaif98fjlhg7k0218pyh-catppuccin-hyprland-0-unstable-2024-06-19/mocha.conf
|
||||
source=/nix/store/ll6lprw073fwdnqgn75s9csi4i4h1351-hyprland-pink-accent.conf
|
||||
#source=/nix/store/zqfq9kzjv69rzaif98fjlhg7k0218pyh-catppuccin-hyprland-0-unstable-2024-06-19/mocha.conf
|
||||
#source=/nix/store/ll6lprw073fwdnqgn75s9csi4i4h1351-hyprland-pink-accent.conf
|
||||
animations {
|
||||
enabled=false
|
||||
}
|
||||
|
|
@ -19,6 +23,7 @@ decoration {
|
|||
general {
|
||||
gaps_in=0
|
||||
gaps_out=0
|
||||
col.active_border = 0xfff5a7de
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
@ -31,11 +36,18 @@ misc {
|
|||
middle_click_paste=false
|
||||
vfr=true
|
||||
}
|
||||
bind=$mod, D, exec, bemenu-run
|
||||
|
||||
monitor=, preferred, auto, 1
|
||||
|
||||
# Launchers
|
||||
bind=$mod, D, exec, wmenu-run
|
||||
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"
|
||||
|
||||
# Movement
|
||||
bind=$mod, F, fullscreen, 1
|
||||
bind=$mod, H, movefocus, l
|
||||
bind=$mod, J, movefocus, d
|
||||
|
|
@ -45,8 +57,6 @@ bind=$mod + SHIFT, H, movewindow, l
|
|||
bind=$mod + SHIFT, J, movewindow, d
|
||||
bind=$mod + SHIFT, K, movewindow, u
|
||||
bind=$mod + SHIFT, L, movewindow, r
|
||||
bind=$mod, P, exec, tms
|
||||
bind=$mod, P, exec, kitty --app-id="sessionizer" ~/dev/scripts/kitty-sessionizer
|
||||
bind=$mod, code:10, workspace, 1
|
||||
bind=$mod SHIFT, code:10, movetoworkspace, 1
|
||||
bind=$mod, code:11, workspace, 2
|
||||
|
|
@ -65,6 +75,8 @@ bind=$mod, code:17, workspace, 8
|
|||
bind=$mod SHIFT, code:17, movetoworkspace, 8
|
||||
bind=$mod, code:18, workspace, 9
|
||||
bind=$mod SHIFT, code:18, movetoworkspace, 9
|
||||
|
||||
# Settings buttons
|
||||
binde=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+
|
||||
binde=, XF86AudioLowerVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%-
|
||||
binde=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
|
|
@ -72,8 +84,3 @@ 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
|
||||
exec-once=i3bar-river
|
||||
exec-once=swaybg -i ~/.backgrounds/nixos-wallpaper-catppuccin-mocha.png
|
||||
exec-once=systemctl --user start hyprpolkitagent
|
||||
monitor=, preferred, auto, 1
|
||||
windowrule=float, class:sessionizer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue