全部 新建

user:thomas 由用户创建的 Gists

title:mygist 包含指定标题的 Gists

filename:myfile.txt 包含指定文件名的 Gists

extension:yml 包含指定扩展名的 Gists

language:go 包含指定编程语言的 Gists

topic:homelab 具有给定主题的 Gists

登录


全部 新建 登录

所有匹配主题的 Gist desktop

最近 创建
最早 创建
最近 更新
最早 更新
santiago's Avatar

santiago / amishell.sh window decoration

0 喜欢
0 派生
1 文件
最后活跃于 1747056117
Launch and remove border on Amiga-like shell on Pi4-T
bash desktop linux
1 #!/bin/bash
2
3 cd /home/pi/scripts/
4 /bin/lxterminal -e 'tmux' &
5 sleep 8
6 source ./windowfix.sh
7
8 window_name="tmux"
9
10 #resizing like this fails on cool retro term but we use geometry above
santiago's Avatar

santiago / windowfix.sh

0 喜欢
0 派生
1 文件
最后活跃于 1747055827
Resize and remove window decoration on PopOS and Linux desktops (from stack overflow)
bash desktop linux
1 #!/usr/bin/env zsh
2
3
4 wait_find_window_id() {
5 while true; do
6 window_id=$(wmctrl -l | grep "$1" | awk '{print $1}')
7 if [ -n "$window_id" ]; then
8 echo "$window_id"
9 return
10 fi
上一页 下一页

由 Opengist 强力驱动 ⋅ Load: 15ms⋅

中文
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文