first commit
This commit is contained in:
commit
d30379991e
11 changed files with 295 additions and 0 deletions
79
config/hypr/hyprland.conf
Normal file
79
config/hypr/hyprland.conf
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
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
|
||||
animations {
|
||||
enabled=false
|
||||
}
|
||||
|
||||
decoration {
|
||||
blur {
|
||||
enabled=false
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled=false
|
||||
}
|
||||
}
|
||||
|
||||
general {
|
||||
gaps_in=0
|
||||
gaps_out=0
|
||||
}
|
||||
|
||||
input {
|
||||
kb_layout=us,ch
|
||||
kb_options=caps:swapescape
|
||||
kb_variant=,fr
|
||||
}
|
||||
|
||||
misc {
|
||||
middle_click_paste=false
|
||||
vfr=true
|
||||
}
|
||||
bind=$mod, D, exec, bemenu-run
|
||||
bind=$mod, RETURN, exec, kitty
|
||||
bind=$mod, Y, exec, foot yazi
|
||||
bind=$mod + SHIFT, Q, killactive
|
||||
bind=$mod, SPACE, togglefloating
|
||||
bind=$mod, F, fullscreen, 1
|
||||
bind=$mod, H, movefocus, l
|
||||
bind=$mod, J, movefocus, d
|
||||
bind=$mod, K, movefocus, u
|
||||
bind=$mod, L, movefocus, r
|
||||
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
|
||||
bind=$mod SHIFT, code:11, movetoworkspace, 2
|
||||
bind=$mod, code:12, workspace, 3
|
||||
bind=$mod SHIFT, code:12, movetoworkspace, 3
|
||||
bind=$mod, code:13, workspace, 4
|
||||
bind=$mod SHIFT, code:13, movetoworkspace, 4
|
||||
bind=$mod, code:14, workspace, 5
|
||||
bind=$mod SHIFT, code:14, movetoworkspace, 5
|
||||
bind=$mod, code:15, workspace, 6
|
||||
bind=$mod SHIFT, code:15, movetoworkspace, 6
|
||||
bind=$mod, code:16, workspace, 7
|
||||
bind=$mod SHIFT, code:16, movetoworkspace, 7
|
||||
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
|
||||
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
|
||||
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