hypr upd
This commit is contained in:
@@ -1,6 +1,26 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
# -- Missing --
|
||||
# Toggle cheatsheet
|
||||
# Clipboard history
|
||||
# Emoji
|
||||
# Toggle media controls ?
|
||||
# Change wallpaper
|
||||
# Restart hyprland and plugins
|
||||
# AI
|
||||
# Move from silent to normal workspace
|
||||
# ----
|
||||
|
||||
# -- Missing scripts --
|
||||
# switch_config.sh
|
||||
# hide_window.sh
|
||||
# workspace_action.sh
|
||||
# launch_first_available.sh
|
||||
# ----
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ wl-clipboard hyprshot tesseract ];
|
||||
|
||||
wayland.windowManager.hyprland.settings = let super = "Super";
|
||||
in {
|
||||
bind = [
|
||||
|
||||
Reference in New Issue
Block a user