懲りずにまだタイル型デスクトップを
試しています。
awesomeといえば、タイル型では歴史が
あるほうではないですか。luaで書かれていて、
インストールファイルからコピーして使う、
~/.config/awesome/rc.luaは、見馴れない設定ファイルで、
しばらく何がなんだか、よくわかりませんでした。
51 terminal = "alacritty"
277 -- Standard program
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
{description = "open a terminal", group = "launcher"}),
awful.key({ modkey, }, "b", function () awful.util.spawn("firefox") end,
{description = "firefox", group = "launcher"}),
awful.key({ modkey, }, "f", function () awful.util.spawn("thunar") end,
{description = "thunar", group = "launcher"}),
awful.key({ modkey, }, "l", function () awful.util.spawn("l3afpad") end,
{description = "l3afpad", group = "launcher"}),
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
{description = "open a terminal", group = "launcher"}),
awful.key({ modkey, }, "b", function () awful.util.spawn("firefox") end,
{description = "firefox", group = "launcher"}),
awful.key({ modkey, }, "f", function () awful.util.spawn("thunar") end,
{description = "thunar", group = "launcher"}),
awful.key({ modkey, }, "l", function () awful.util.spawn("l3afpad") end,
{description = "l3afpad", group = "launcher"}),
320 -- Prompt
awful.key({ modkey }, "r", function () awful.util.spawn("/usr/bin/dmenu_run") end,
{description = "run prompt", group = "launcher"}),
awful.key({ modkey }, "r", function () awful.util.spawn("/usr/bin/dmenu_run") end,
{description = "run prompt", group = "launcher"}),
-- Autostart Applicattions
awful.spawn.with_shell("fcitx5 -d")
awful.spawn.with_shell("vmware-user")
awful.spawn.with_shell("sudo vmhgfs-fuse /mnt/hgfs -o auto_unmount -o allow_other")
awful.spawn.with_shell("sleep 1 && feh --bg-scale ~/Backgrounds/winter.jpg")
awful.spawn.with_shell("conky --pause=3")
578 -- }}}
awful.spawn.with_shell("fcitx5 -d")
awful.spawn.with_shell("vmware-user")
awful.spawn.with_shell("sudo vmhgfs-fuse /mnt/hgfs -o auto_unmount -o allow_other")
awful.spawn.with_shell("sleep 1 && feh --bg-scale ~/Backgrounds/winter.jpg")
awful.spawn.with_shell("conky --pause=3")
578 -- }}}
行番号は、あくまでも目処です。オートスタートは、
最終行のほうに入れるものらしいです。
壁紙は、fehでarchbangのものを上書きする形にしました。
awesomeには、きれいなテーマもあるようです。
やったことは、最低限の範囲です。
適正でないのは、conkyで、
*** buffer overflow detected ***: terminated
がスタートから何秒後かに出て
conkyの表示が消失します。
archbangのopenbox上でも消えますので、
システム構成上、なにかが起こっている
可能性がありますね。
使い勝手は、GUIっぽいメニューで、
フローティングウィンドウでも使えます。
個人的には、中途半端な感じはしています。
タイルにするなら、徹底的にタイル的な
使い勝手にしたほうがいいように感じます。
結局の所、X上ではi3-wmなのかな、などと。
awesomeのデフォルト壁紙。
archbangの壁紙を上書きさせてフローティング。
タイルにしてみると、ほかのタイル型と変わらない。
レイアウトを変えるツールがバーに
並んでいますが、使い方がちょっとよくわからないです。
動画の動きなんかは、やっぱりいいです。
pacmanでインストールした展開後のサイズで、
22MBぐらいしかありません。それでも
タイル型では重いほうなのかも。
いまpacmanで更新しましたら、
conkyも含まれていて、
表示の問題がフィクスされました。
表示が消えてしまわなくなりました。
archbang-winter-25020-x86_64の
カーネルは、6.7.6-arch1-1。