refresh dotfiles
This commit is contained in:
parent
f2684e3cc3
commit
a54e94bbb0
26 changed files with 506 additions and 552 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#
|
||||
#fix the fucking portal
|
||||
exec-once=systemctl --user import-environment
|
||||
exec-once=dbus-update-activation-environment --all
|
||||
#
|
||||
#
|
||||
|
||||
|
|
@ -76,8 +77,6 @@ misc {
|
|||
|
||||
# example window rules
|
||||
# for windows named/classed as abc and xyz
|
||||
windowrule=tile,^(.*)(Spotify)(.*)$
|
||||
windowrule=center,^(.*)$
|
||||
windowrule=opacity 80,^(.*)(dunst)(.*)$
|
||||
#windowrule=tile,xyz
|
||||
#windowrule=float,abc
|
||||
|
|
@ -92,18 +91,21 @@ bind=SUPER,Q,killactive,
|
|||
bind=SUPER,M,exit,
|
||||
bind=SUPER,E,exec,nautilus --new-window
|
||||
bind=SUPER,V,togglefloating,
|
||||
bind=SUPER,R,exec,wofi --show drun -o DP-3
|
||||
bind=SUPER,R,exec,wofi -I -m -s $HOME/.config/wofi/style.css -t alacritty --show drun -o DP-3
|
||||
bind=SUPER,C,togglesplit
|
||||
bind=SUPERSHIFT,L,exec, playerctl -a pause & swaylock -c 000000 & systemctl suspend
|
||||
bind=,XF86AudioMute,exec,pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bind=SUPER,B,fullscreen
|
||||
bind=SUPERSHIFT,L,exec, playerctl --player=ncspot,firefox -a pause & swaylock -c 000000 & systemctl suspend
|
||||
bind=,XF86AudioMute,exec, $HOME/.config/eww/scripts/toggle-mute
|
||||
bind=,XF86AudioLowerVolume,exec, $HOME/.config/eww/scripts/change-volume sink -5%
|
||||
bind=,XF86AudioRaiseVolume,exec, $HOME/.config/eww/scripts/change-volume sink +5%
|
||||
bind=,XF86AudioPlay,exec, playerctl play-pause
|
||||
bind=,XF86AudioNext,exec, playerctl next
|
||||
bind=,XF86AudioPrev,exec, playerctl previous
|
||||
bind=,XF86AudioPlay,exec, playerctl --player=ncspot,firefox play-pause
|
||||
bind=,XF86AudioNext,exec, playerctl --player=ncspot,firefox next
|
||||
bind=,XF86AudioPrev,exec, playerctl --player=ncspot,firefox previous
|
||||
bind=,XF86MonBrightnessDown,exec, $HOME/.config/eww/scripts/change-brightness brightness 10%-
|
||||
bind=,XF86MonBrightnessUp,exec, $HOME/.config/eww/scripts/change-brightness brightness +10%
|
||||
|
||||
bind=SUPERSHIFTALT,S,exec, grim -o eDP-1 - | swappy -f -
|
||||
bind=SUPER,D,exec, $HOME/.config/eww/scripts/cockpit_toggle
|
||||
bind=,Print,exec, grim - | wl-copy
|
||||
|
||||
bind=SUPER,bracketleft,movefocus,l
|
||||
bind=SUPER,bracketright,movefocus,r
|
||||
|
|
@ -126,24 +128,24 @@ bind=SUPER,8,workspace,8
|
|||
bind=SUPER,9,workspace,9
|
||||
bind=SUPER,0,workspace,10
|
||||
|
||||
bind=ALT,1,movetoworkspace,1
|
||||
bind=ALT,2,movetoworkspace,2
|
||||
bind=ALT,3,movetoworkspace,3
|
||||
bind=ALT,4,movetoworkspace,4
|
||||
bind=ALT,5,movetoworkspace,5
|
||||
bind=ALT,6,movetoworkspace,6
|
||||
bind=ALT,7,movetoworkspace,7
|
||||
bind=ALT,8,movetoworkspace,8
|
||||
bind=ALT,9,movetoworkspace,9
|
||||
bind=ALT,0,movetoworkspace,10
|
||||
bind=SUPERSHIFT,1,movetoworkspace,1
|
||||
bind=SUPERSHIFT,2,movetoworkspace,2
|
||||
bind=SUPERSHIFT,3,movetoworkspace,3
|
||||
bind=SUPERSHIFT,4,movetoworkspace,4
|
||||
bind=SUPERSHIFT,5,movetoworkspace,5
|
||||
bind=SUPERSHIFT,6,movetoworkspace,6
|
||||
bind=SUPERSHIFT,7,movetoworkspace,7
|
||||
bind=SUPERSHIFT,8,movetoworkspace,8
|
||||
bind=SUPERSHIFT,9,movetoworkspace,9
|
||||
bind=SUPERSHIFT,0,movetoworkspace,10
|
||||
|
||||
bind=SUPER,mouse_down,workspace,e+1
|
||||
bind=SUPER,mouse_up,workspace,e-1
|
||||
|
||||
bind=SUPER,O,resizeactive,-20 0
|
||||
bind=SUPER,P,resizeactive,20 0
|
||||
bind=SUPER,K,resizeactive,0 -20
|
||||
bind=SUPER,L,resizeactive,0 20
|
||||
binde=SUPER,O,resizeactive,-20 0
|
||||
binde=SUPER,P,resizeactive,20 0
|
||||
binde=SUPER,K,resizeactive,0 -20
|
||||
binde=SUPER,L,resizeactive,0 20
|
||||
|
||||
#autostart programs
|
||||
#exec=~/Documents/scripts/hyprstart.sh
|
||||
|
|
@ -151,5 +153,7 @@ bind=SUPER,L,resizeactive,0 20
|
|||
exec-once=hyprpaper
|
||||
exec-once=eww daemon
|
||||
exec-once=eww open bar
|
||||
exec-once=element-desktop
|
||||
exec-once=flatpak run chat.schildi.desktop
|
||||
exec-once=firefox
|
||||
#exec-once=nextcloud
|
||||
exec-once=alacritty -e ncspot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue