######################## ### 默认程序设置项目 ### ######################## # 参见 https://wiki.hypr.land/Configuring/Keywords/ # 设置您使用的程序 $terminal = kitty # 终端 $fileManager = nautilus # 文件管理器 $menu = wofi --allow-images --hide-scroll --dmenu --show drun --width 400 # 应用程序菜单 # $menu = rofi -show drun -show-icons $systemMonitor = kitty htop # 系统监视器 $clipboardManager = cliphist list | wofi --dmenu --width 350 --pre-display-cmd "echo '%s' | cut -f 2" | cliphist decode | wl-copy # 截图工具 $screenshot_fn = /home/catilgrass/Image/Screenshot/screen_$(date +%Y%m%d_%H%M%S).png $screenshot = grim -t png -c -g "$(slurp)" $screenshot_fn && notify-send "截图保存至$screenshot_fn" | wl-copy < $screenshot_fn