File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44[user ]
55 name = Stan
66 email = zyyu@umich.edu
7- signingkey = /home/stan /.ssh/id_ed25519.pub
7+ signingkey = ~ /.ssh/id_ed25519.pub
88[gpg ]
99 format = ssh
1010[commit ]
1818 trustExitCode = true
1919# workflow: gh pr checkout ... -> git difftool ... or git difftool -d ...
2020[difftool "nvimdiff "]
21- cmd = nvim -c \ " packadd nvim.difftool\ " -d \ " $LOCAL\" \ " $REMOTE\ "
21+ cmd = nvim -c " packadd nvim.difftool" -d " $LOCAL" " $REMOTE"
2222[credential ]
2323 helper = cache
Original file line number Diff line number Diff line change 11general {
22 lock_cmd = notify-send "Locking soon..." # optional
33 before_sleep_cmd = loginctl lock-session
4- after_sleep_cmd = hyprctl dispatch 'hl.dsp. dpms({ action = "{enable}" })'
4+ after_sleep_cmd = hyprctl dispatch dpms on
55}
66
77listener {
88 timeout = 600
9- on-timeout = hyprctl dispatch 'hl.dsp. dpms({ action = "{disable}" })'
10- on-resume = hyprctl dispatch 'hl.dsp. dpms({ action = "{enable}" })'
9+ on-timeout = hyprctl dispatch dpms off
10+ on-resume = hyprctl dispatch dpms on
1111}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ local menu = "rofi -show drun -config ~/.config/rofi/config.rasi"
5151-- end)
5252
5353hl .on (" hyprland.start" , function ()
54- hl .exec_cmd (" swaybg -i swaybg -i Git/my-configs/img/bw_geometry.png -m fill & waybar" )
54+ hl .exec_cmd (" swaybg -i ~/.config/hypr/wallpaper.jpg -m fill & waybar" )
5555 hl .exec_cmd (" hypridle" )
5656end
5757)
You can’t perform that action at this time.
0 commit comments