manpages, kooha

This commit is contained in:
atagen 2023-06-25 20:56:41 +10:00
parent d19208bd56
commit 3e5b3303c3
3 changed files with 13 additions and 2 deletions

View file

@ -80,6 +80,7 @@ bindm=SUPER,mouse:273,resizewindow
bind=SUPER,Return,exec,kitty
bind=SUPER,E,exec,thunar
bind=SUPER,F,exec,firefox
bind=SUPER,F,exec,nyxt
bind=SUPER,D,exec,fuzzel
bind=SUPER,N,exec,swaync-client -t
@ -122,7 +123,7 @@ bind=SUPER,minus,togglespecialworkspace
bind=SUPER_SHIFT,minus,movetoworkspace,special
bind=SUPER_SHIFT,S,exec,grim -g "$(slurp)" -t png -o "$HOME/Pictures/$(date +%F_%H-%m-%S).png" && notify-send "Screenshot taken."
bind=SUPER_SHIFT_CTRL,S,exec,if [[ $(pgrep wf-recorder; echo $?) -eq 1 ]]; then wf-recorder -a -f "$HOME/Videos/recording_$(date +%F_%H-%m-%S).mp4" & notify-send "Recording desktop.."; else pkill wf-recorder && notify-send "Recording complete."; fi
bind=SUPER_SHIFT_CTRL,S,exec,kooha
bind=SUPER_SHIFT,E,exec,wlogout
bind=,XF86AudioMute,exec,swayosd --output-volume mute-toggle
bind=,XF86AudioRaiseVolume,exec,swayosd --output-volume raise

View file

@ -48,6 +48,9 @@ in {
gtklock
playerctl
kooha
nyxt
xplr
culr
swayosd
@ -437,7 +440,7 @@ in {
"ui.text" = {fg = util.fg;};
"ui.text.focus" = {fg = util.fg;};
"ui.selection" = {
modifiers = ["reversed"];
# modifiers = ["reversed"];
bg = bright.yellow;
};
"ui.selection.primary" = {modifiers = ["reversed"];};