manpages, kooha
This commit is contained in:
parent
d19208bd56
commit
3e5b3303c3
3 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"];};
|
||||
|
|
|
@ -184,6 +184,9 @@
|
|||
services.tailscale.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
man-pages
|
||||
man-pages-posix
|
||||
|
||||
rnix-lsp
|
||||
|
||||
tailscale
|
||||
|
@ -209,6 +212,10 @@
|
|||
|
||||
];
|
||||
|
||||
documentation.dev.enable = true;
|
||||
documentation.man.enable = true;
|
||||
documentation.enable = true;
|
||||
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
programs.nix-index.enableZshIntegration = false;
|
||||
programs.nix-index.enableBashIntegration = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue