pingpang
This commit is contained in:
parent
ff98e6fbf0
commit
3d1cc13c15
8 changed files with 235 additions and 116 deletions
1
hypr_laptop/hyprdock.toml
Normal file
1
hypr_laptop/hyprdock.toml
Normal file
|
|
@ -0,0 +1 @@
|
|||
suspend_command = 'systemctl suspend'
|
||||
|
|
@ -5,7 +5,7 @@ exec-once=dbus-update-activation-environment --all
|
|||
#
|
||||
|
||||
monitor=eDP-1,1920x1080@144,0x0,1
|
||||
monitor=,highrr,1920x0,1
|
||||
monitor=,highres,1920x0,1
|
||||
input {
|
||||
kb_file=/home/dashie/.config/keymap.xkb #us with dead_diaeresis on shift + ' to get ä ö ü
|
||||
repeat_delay=200
|
||||
|
|
@ -78,7 +78,7 @@ misc {
|
|||
# example window rules
|
||||
# for windows named/classed as abc and xyz
|
||||
windowrule=opacity 80,^(.*)(dunst)(.*)$
|
||||
windowrule=float,^(.*)(Calculator)(.*)$
|
||||
windowrule=float,^(.*)(OxiCalc)(.*)$
|
||||
windowrule=float,^(.*)(copyq)(.*)$
|
||||
windowrule=dimaround,^(.*)(onagre)(.*)$
|
||||
windowrule=noborder,^(.*)(onagre)(.*)$
|
||||
|
|
@ -95,11 +95,13 @@ bind=SUPER,Q,killactive,
|
|||
bind=SUPER,M,exit,
|
||||
bind=SUPER,E,exec,nautilus --new-window
|
||||
bind=SUPER,V,togglefloating,
|
||||
bind=SUPER,R,exec,rofi -show drun -theme tokyonight
|
||||
bind=SUPERSHIFT,R,exec,rofi -show run -theme tokyonight
|
||||
# bind=SUPER,R,exec,rofi -show drun -theme tokyonight
|
||||
# bind=SUPERSHIFT,R,exec,rofi -show run -theme tokyonight
|
||||
bind=SUPER,R,exec,anyrun
|
||||
bind=SUPER,C,togglesplit
|
||||
bind=SUPER,B,fullscreen
|
||||
bind=SUPER,G,exec,calculator --gui
|
||||
bind=SUPER,G,exec, oxicalc
|
||||
bind=SUPERSHIFT,equal,exec, hyprdock --gui
|
||||
bind=SUPERSHIFT,L,exec, playerctl --all-players -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%
|
||||
|
|
@ -114,8 +116,8 @@ bind=SUPERSHIFTALT,S,exec, grim -g "$(slurp)" $HOME/gits/ost-4semester/Screensho
|
|||
bind=SUPER,D,exec, $HOME/.config/eww/scripts/cockpit_toggle
|
||||
bind=,Print,exec, grim - | wl-copy
|
||||
bind=SUPER,A,exec,copyq toggle
|
||||
bind=SUPER,Y,exec, $HOME/.config/eww/scripts/monitor.sh extend
|
||||
bind=SUPER,H,exec, $HOME/.config/eww/scripts/monitor.sh mirror
|
||||
bind=SUPERSHIFT,Y,exec, $HOME/.config/eww/scripts/monitor.sh extend
|
||||
bind=SUPERSHIFT,H,exec, $HOME/.config/eww/scripts/monitor.sh mirror
|
||||
|
||||
# bind=SUPERALT,H,pass,^(wlroots)$
|
||||
# bind=SUPERALT,left,pass,^(wlroots)$
|
||||
|
|
@ -123,10 +125,15 @@ bind=SUPER,H,exec, $HOME/.config/eww/scripts/monitor.sh mirror
|
|||
# bind=SUPERALT,up,pass,^(wlroots)$
|
||||
# bind=SUPERALT,down,pass,^(wlroots)$
|
||||
|
||||
bind=SUPER,bracketleft,movefocus,l
|
||||
bind=SUPER,bracketright,movefocus,r
|
||||
bind=SUPER,semicolon,movefocus,u
|
||||
bind=SUPER,apostrophe,movefocus,d
|
||||
bind=SUPER,J,movefocus,l
|
||||
bind=SUPER,semicolon,movefocus,r
|
||||
bind=SUPER,L,movefocus,u
|
||||
bind=SUPER,K,movefocus,d
|
||||
|
||||
binde=SUPER,U,resizeactive,-20 0
|
||||
binde=SUPER,P,resizeactive,20 0
|
||||
binde=SUPER,O,resizeactive,0 -20
|
||||
binde=SUPER,I,resizeactive,0 20
|
||||
|
||||
bind=SUPER,left,movewindow,l
|
||||
bind=SUPER,right,movewindow,r
|
||||
|
|
@ -174,11 +181,6 @@ bind=SUPER,mouse_up,workspace,e-1
|
|||
bindm=SUPER,mouse:272,movewindow
|
||||
bindm=SUPER,mouse:273,resizewindow
|
||||
|
||||
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
|
||||
#exec=hyprstart.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue