summaryrefslogtreecommitdiff
path: root/_LEGACY/variables.conf
blob: 578735468b9d8e961181a089a510cee36ed465dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
########################
### 默认程序设置项目 ###
########################

# 参见 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