rabbit-slide-nishidayuya-2025-10-03-nacl_zensha_kaigi2025-tiling_window_manager 2025.10.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.rabbit +2 -0
- data/README.md +24 -0
- data/Rakefile +17 -0
- data/config.yaml +26 -0
- data/images/kiwi_go_ranking_202509.png +0 -0
- data/images/kiwi_go_yuya_result_20250904.png +0 -0
- data/images/kiwi_go_yuya_result_20250929.png +0 -0
- data/pdf/2025-10-03-nacl_zensha_kaigi2025-tiling_window_manager-tiling_window_manager.pdf +0 -0
- data/tiling_window_manager.md +114 -0
- metadata +64 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 620dfd2e1b6a57f238d61430d4b3ce7298e4f385d81703b4c3d625e2f1b198a8
|
|
4
|
+
data.tar.gz: 67899c60958c2c9750c792e77e91145fe3722e5c339dffaea6fa7d36ce48d407
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 01a7cda1a17292fa18654d2868c17e288fa54b8c9efe4329ab81e4cc0a35a63b5bd0e6def8ffe9949d107e4563c1edc95aa333b35a63e02f23617d0fb164cb98
|
|
7
|
+
data.tar.gz: c4caceadf3df5ca5a77fdd0b5a08247ca09bd1c8dede7630962cbc5ad70033dd8504a3cc3bb787e2a057e32558671f5e8d3857408169445a7cd3ac8f0b76ca3b
|
data/.rabbit
ADDED
data/README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# スライドのタイトル
|
|
2
|
+
|
|
3
|
+
スライドの説明
|
|
4
|
+
|
|
5
|
+
## 作者向け
|
|
6
|
+
|
|
7
|
+
### 表示
|
|
8
|
+
|
|
9
|
+
rake
|
|
10
|
+
|
|
11
|
+
### 公開
|
|
12
|
+
|
|
13
|
+
rake publish
|
|
14
|
+
|
|
15
|
+
## 閲覧者向け
|
|
16
|
+
|
|
17
|
+
### インストール
|
|
18
|
+
|
|
19
|
+
gem install rabbit-slide-nishidayuya-2025-10-03-nacl_zensha_kaigi2025-tiling_window_manager
|
|
20
|
+
|
|
21
|
+
### 表示
|
|
22
|
+
|
|
23
|
+
rabbit rabbit-slide-nishidayuya-2025-10-03-nacl_zensha_kaigi2025-tiling_window_manager.gem
|
|
24
|
+
|
data/Rakefile
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
require "rabbit/task/slide"
|
|
2
|
+
|
|
3
|
+
# Edit ./config.yaml to customize meta data
|
|
4
|
+
|
|
5
|
+
spec = nil
|
|
6
|
+
Rabbit::Task::Slide.new do |task|
|
|
7
|
+
spec = task.spec
|
|
8
|
+
# spec.files += Dir.glob("doc/**/*.*")
|
|
9
|
+
# spec.files -= Dir.glob("private/**/*.*")
|
|
10
|
+
# spec.add_runtime_dependency("rabbit-theme-YOUR-THEME")
|
|
11
|
+
end
|
|
12
|
+
|
|
13
|
+
desc "Tag #{spec.version}"
|
|
14
|
+
task :tag do
|
|
15
|
+
sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
|
|
16
|
+
sh("git", "push", "--tags")
|
|
17
|
+
end
|
data/config.yaml
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: 2025-10-03-nacl_zensha_kaigi2025-tiling_window_manager
|
|
3
|
+
base_name: tiling_window_manager
|
|
4
|
+
tags:
|
|
5
|
+
- wm
|
|
6
|
+
- tiling
|
|
7
|
+
presentation_date: '2025-10-03'
|
|
8
|
+
presentation_start_time:
|
|
9
|
+
presentation_end_time:
|
|
10
|
+
version: 2025.10.3.0
|
|
11
|
+
licenses:
|
|
12
|
+
- CC-BY-4.0
|
|
13
|
+
slideshare_id:
|
|
14
|
+
speaker_deck_id:
|
|
15
|
+
vimeo_id:
|
|
16
|
+
youtube_id:
|
|
17
|
+
width: 1368
|
|
18
|
+
height: 768
|
|
19
|
+
source_code_uri:
|
|
20
|
+
author:
|
|
21
|
+
markup_language: :markdown
|
|
22
|
+
name: Yuya.Nishida.
|
|
23
|
+
email:
|
|
24
|
+
rubygems_user: nishidayuya
|
|
25
|
+
slideshare_user:
|
|
26
|
+
speaker_deck_user: nishidayuya
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
# Hyprland タイル型ウィンドウマネージャー
|
|
2
|
+
|
|
3
|
+
author
|
|
4
|
+
: 西田雄也
|
|
5
|
+
|
|
6
|
+
date
|
|
7
|
+
: 2025-10-03
|
|
8
|
+
NaCl全社会議2025の翌日LT
|
|
9
|
+
|
|
10
|
+
allotted-time
|
|
11
|
+
: 5m
|
|
12
|
+
|
|
13
|
+
theme
|
|
14
|
+
: lightning-simple
|
|
15
|
+
|
|
16
|
+
start-time
|
|
17
|
+
: 2025-10-03
|
|
18
|
+
|
|
19
|
+
end-time
|
|
20
|
+
: 2025-10-03
|
|
21
|
+
|
|
22
|
+
# ウィンドウマネージャーとは?
|
|
23
|
+
|
|
24
|
+
# ウィンドウマネージャーとは?
|
|
25
|
+
|
|
26
|
+
[Wikipedia:ウィンドウマネージャ](https://ja.wikipedia.org/wiki/%E3%82%A6%E3%82%A3%E3%83%B3%E3%83%89%E3%82%A6%E3%83%9E%E3%83%8D%E3%83%BC%E3%82%B8%E3%83%A3) より
|
|
27
|
+
|
|
28
|
+
> ウィンドウマネージャ(英語: window manager)は、グラフィカルユーザインタフェースのウィンドウシステムにおけるウィンドウの配置や外観を管理するプログラム。一般にウィンドウシステムと連携して、ポインティングデバイスなどからの入力の切り換えなどについても扱う。ウィンドウシステムとウインドウマネージャを明確に区別して設計されていないシステムもあれば、ウィンドウシステムとウインドウマネージャを明確に区別して設計されているシステムもある。
|
|
29
|
+
|
|
30
|
+
# ウィンドウマネージャーとは?
|
|
31
|
+
|
|
32
|
+
[Wikipedia:ウィンドウマネージャ](https://ja.wikipedia.org/wiki/%E3%82%A6%E3%82%A3%E3%83%B3%E3%83%89%E3%82%A6%E3%83%9E%E3%83%8D%E3%83%BC%E3%82%B8%E3%83%A3) より
|
|
33
|
+
|
|
34
|
+
ウィンドウマネージャ(英語: window manager)は、グラフィカルユーザインタフェースの
|
|
35
|
+
ウィンドウシステムにおけるウィンドウの配置や外観を管理するプログラム。
|
|
36
|
+
|
|
37
|
+
要するに,ウィンドウを扱うためのものです!
|
|
38
|
+
|
|
39
|
+
- ウィンドウの大きさを拡大・縮小,最大化,最小化とか
|
|
40
|
+
- フォーカスしているウィンドウを変えたり
|
|
41
|
+
- 全画面表示・常に最前面とか
|
|
42
|
+
- 今あるウィンドウをぶわっと一覧したり
|
|
43
|
+
- 仮想画面を扱ったり
|
|
44
|
+
|
|
45
|
+
# タイル型ウィンドウマネージャーとは?
|
|
46
|
+
|
|
47
|
+
# タイル型ウィンドウマネージャーとは?
|
|
48
|
+
|
|
49
|
+
[タイル型ウィンドウマネージャ](https://ja.wikipedia.org/wiki/%E3%82%BF%E3%82%A4%E3%83%AB%E5%9E%8B%E3%82%A6%E3%82%A3%E3%83%B3%E3%83%89%E3%82%A6%E3%83%9E%E3%83%8D%E3%83%BC%E3%82%B8%E3%83%A3) より,
|
|
50
|
+
|
|
51
|
+
```
|
|
52
|
+
タイル型ウィンドウマネージャ(英: tiling window manager)は、
|
|
53
|
+
ウィンドウマネージャの一種で、画面を互いにオーバーラップしない領域に
|
|
54
|
+
分割してウィンドウを表示する。ウィンドウなどのオブジェクトの
|
|
55
|
+
オーバーラップを許す座標ベースの技法とは正反対である。
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
# タイル型ウィンドウマネージャーとは?
|
|
59
|
+
|
|
60
|
+
[タイル型ウィンドウマネージャ](https://ja.wikipedia.org/wiki/%E3%82%BF%E3%82%A4%E3%83%AB%E5%9E%8B%E3%82%A6%E3%82%A3%E3%83%B3%E3%83%89%E3%82%A6%E3%83%9E%E3%83%8D%E3%83%BC%E3%82%B8%E3%83%A3) より,
|
|
61
|
+
|
|
62
|
+
```
|
|
63
|
+
タイル型ウィンドウマネージャ(英: tiling window manager)は、
|
|
64
|
+
ウィンドウマネージャの一種で、画面を互いにオーバーラップしない領域に
|
|
65
|
+
分割してウィンドウを表示する。ウィンドウなどのオブジェクトの
|
|
66
|
+
オーバーラップを許す座標ベースの技法とは正反対である。
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
↓
|
|
70
|
+
|
|
71
|
+
百聞は一見にしかず
|
|
72
|
+
このあと見てもらいます!
|
|
73
|
+
|
|
74
|
+
# Hyprlandとは?
|
|
75
|
+
|
|
76
|
+
# Hyprlandとは?
|
|
77
|
+
|
|
78
|
+
- [https://hypr.land/](https://hypr.land/)
|
|
79
|
+
- 超イケてるタイル型ウィンドウマネージャー
|
|
80
|
+
|
|
81
|
+
# Hyprlandと私
|
|
82
|
+
|
|
83
|
+
- [https://hypr.land/](https://hypr.land/)
|
|
84
|
+
- 超イケてるタイル型ウィンドウマネージャー
|
|
85
|
+
- 前に使おうとしたときはDebian GNU/Linuxでのインストールが難しくて中断してた
|
|
86
|
+
- Arch Linuxでの例は多い
|
|
87
|
+
- VMでOmarchyを動かしてみてやる気が復活
|
|
88
|
+
- 先週の土日で実マシン(Debian 13 Trixie)にセットアップして以来使ってる
|
|
89
|
+
|
|
90
|
+
# デモ
|
|
91
|
+
|
|
92
|
+
# 自己紹介: 雄也 @nishidayuya
|
|
93
|
+
|
|
94
|
+
- 松江本社出社組
|
|
95
|
+
- マシン: VAIO SX12
|
|
96
|
+
- OS: Debian GNU/Linux Trixie
|
|
97
|
+
- テキストエディター: GNU Emacs > Textbringer > Vim
|
|
98
|
+
- KIWI GO上位層
|
|
99
|
+
|
|
100
|
+
# KIWI GO先月(2025-09)結果
|
|
101
|
+
|
|
102
|
+
# KIWI GO先月(2025-09)結果
|
|
103
|
+
|
|
104
|
+
{:relative_height='100'}
|
|
105
|
+
|
|
106
|
+
# 私のKIWI GO先月ふりかえり1
|
|
107
|
+
|
|
108
|
+
{:relative_height='100'}
|
|
109
|
+
|
|
110
|
+
# 私のKIWI GO先月ふりかえり2
|
|
111
|
+
|
|
112
|
+
{:relative_height='100'}
|
|
113
|
+
|
|
114
|
+
# ありがとうございました
|
metadata
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: rabbit-slide-nishidayuya-2025-10-03-nacl_zensha_kaigi2025-tiling_window_manager
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 2025.10.3.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Yuya.Nishida.
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 2025-10-03 00:00:00.000000000 Z
|
|
11
|
+
dependencies:
|
|
12
|
+
- !ruby/object:Gem::Dependency
|
|
13
|
+
name: rabbit
|
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
|
15
|
+
requirements:
|
|
16
|
+
- - ">="
|
|
17
|
+
- !ruby/object:Gem::Version
|
|
18
|
+
version: 2.0.2
|
|
19
|
+
type: :runtime
|
|
20
|
+
prerelease: false
|
|
21
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
+
requirements:
|
|
23
|
+
- - ">="
|
|
24
|
+
- !ruby/object:Gem::Version
|
|
25
|
+
version: 2.0.2
|
|
26
|
+
description: スライドの説明
|
|
27
|
+
email:
|
|
28
|
+
-
|
|
29
|
+
executables: []
|
|
30
|
+
extensions: []
|
|
31
|
+
extra_rdoc_files: []
|
|
32
|
+
files:
|
|
33
|
+
- ".rabbit"
|
|
34
|
+
- README.md
|
|
35
|
+
- Rakefile
|
|
36
|
+
- config.yaml
|
|
37
|
+
- images/kiwi_go_ranking_202509.png
|
|
38
|
+
- images/kiwi_go_yuya_result_20250904.png
|
|
39
|
+
- images/kiwi_go_yuya_result_20250929.png
|
|
40
|
+
- pdf/2025-10-03-nacl_zensha_kaigi2025-tiling_window_manager-tiling_window_manager.pdf
|
|
41
|
+
- tiling_window_manager.md
|
|
42
|
+
homepage: https://slide.rabbit-shocker.org/authors/nishidayuya/2025-10-03-nacl_zensha_kaigi2025-tiling_window_manager/
|
|
43
|
+
licenses:
|
|
44
|
+
- CC-BY-4.0
|
|
45
|
+
metadata:
|
|
46
|
+
markup_language: markdown
|
|
47
|
+
rdoc_options: []
|
|
48
|
+
require_paths:
|
|
49
|
+
- lib
|
|
50
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - ">="
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '0'
|
|
55
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
|
+
requirements:
|
|
57
|
+
- - ">="
|
|
58
|
+
- !ruby/object:Gem::Version
|
|
59
|
+
version: '0'
|
|
60
|
+
requirements: []
|
|
61
|
+
rubygems_version: 3.6.9
|
|
62
|
+
specification_version: 4
|
|
63
|
+
summary: スライドのタイトル
|
|
64
|
+
test_files: []
|