OSDN Git Service

[fix] : Issue #191 (i3wm)
authorwatasuke102 <watasuke102@gmail.com>
Thu, 10 Sep 2020 23:35:28 +0000 (08:35 +0900)
committerwatasuke102 <watasuke102@gmail.com>
Thu, 10 Sep 2020 23:35:28 +0000 (08:35 +0900)
channels/i3/airootfs.any/etc/bash.bashrc [new file with mode: 0644]
channels/i3/airootfs.any/etc/skel/.config/qt5ct/qt5ct.conf [new file with mode: 0644]
channels/i3/airootfs.any/etc/skel/.profile [new file with mode: 0644]
channels/i3/airootfs.any/etc/zsh/zshenv [new file with mode: 0644]
channels/i3/packages.i686/i3.i686
channels/i3/packages.x86_64/i3.x86_64

diff --git a/channels/i3/airootfs.any/etc/bash.bashrc b/channels/i3/airootfs.any/etc/bash.bashrc
new file mode 100644 (file)
index 0000000..1e308ca
--- /dev/null
@@ -0,0 +1,4 @@
+# /etc/bash.bashrc
+
+export EDITOR=nano
+export QT_QPA_PLATFORMTHEME=qt5ct
diff --git a/channels/i3/airootfs.any/etc/skel/.config/qt5ct/qt5ct.conf b/channels/i3/airootfs.any/etc/skel/.config/qt5ct/qt5ct.conf
new file mode 100644 (file)
index 0000000..07fa7ec
--- /dev/null
@@ -0,0 +1,30 @@
+# Qt5ct config file
+
+[Appearance]
+color_scheme_path=/usr/share/qt5ct/colors/airy.conf
+custom_palette=false
+icon_theme=Inverse-blue-dark
+standard_dialogs=default
+style=gtk2
+
+[Fonts]
+fixed="@Variant(\0\0\0@\0\0\0,\0S\0\x61\0u\0\x63\0\x65\0\x43\0o\0\x64\0\x65\0P\0r\0o\0 \0N\0\x65\0r\0\x64\0 \0\x46\0o\0n\0t@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\f\x11)"
+general=@Variant(\0\0\0@\0\0\0 \0N\0o\0t\0o\0 \0S\0\x61\0n\0s\0 \0\x43\0J\0K\0 \0J\0P@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
+
+[Interface]
+activate_item_on_single_click=1
+buttonbox_layout=0
+cursor_flash_time=1000
+dialog_buttons_have_icons=1
+double_click_interval=400
+gui_effects=@Invalid()
+keyboard_scheme=2
+menus_have_icons=true
+show_shortcuts_in_context_menus=true
+stylesheets=@Invalid()
+toolbutton_style=4
+underline_shortcut=1
+wheel_scroll_lines=3
+
+[SettingsWindow]
+geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\x84\0\0\0\x31\0\0\x3\x66\0\0\x2\xff\0\0\0\x86\0\0\0M\0\0\x3\x64\0\0\x2\xfd\0\0\0\0\0\0\0\0\x4\0\0\0\0\x86\0\0\0M\0\0\x3\x64\0\0\x2\xfd)
diff --git a/channels/i3/airootfs.any/etc/skel/.profile b/channels/i3/airootfs.any/etc/skel/.profile
new file mode 100644 (file)
index 0000000..7ad768d
--- /dev/null
@@ -0,0 +1 @@
+export QT_QPA_PLATFORMTHEME="qt5ct"
diff --git a/channels/i3/airootfs.any/etc/zsh/zshenv b/channels/i3/airootfs.any/etc/zsh/zshenv
new file mode 100644 (file)
index 0000000..7d8e262
--- /dev/null
@@ -0,0 +1,4 @@
+# /etc/zsh/zshenv
+
+export EDITOR=nano
+export QT_QPA_PLATFORMTHEME=qt5ct
index b41c8c1..17241d9 100644 (file)
@@ -55,3 +55,7 @@ alterlinux-i3-manager
 
 # autostart
 dex
+
+# Qt config
+qt5ct
+qt5-styleplugins
index b41c8c1..5011567 100644 (file)
@@ -55,3 +55,6 @@ alterlinux-i3-manager
 
 # autostart
 dex
+
+# Qt config
+qt5ct