Add docs for HiDPI support
This commit is contained in:
parent
b65dab5bcc
commit
cbe02ccf28
|
@ -0,0 +1,7 @@
|
|||
style "my-xfce-tasklist-style"
|
||||
{
|
||||
XfceTasklist::max-button-length = 400
|
||||
XfceTasklist::menu-max-width-chars = 48
|
||||
XfceTasklist::max-button-size = 64
|
||||
}
|
||||
class "XfceTasklist" style "my-xfce-tasklist-style"
|
46
INSTALL.md
46
INSTALL.md
|
@ -291,3 +291,49 @@ Comment=The Windows 95 startup sound
|
|||
Exec=sh -c 'play /home/$HOME/.themes/Chicago95/misc/Microsoft\ Windows\ 95\ Startup\ Sound.ogg'
|
||||
OnlyShowIn=LXDE
|
||||
```
|
||||
|
||||
---
|
||||
<a name="hidpi"/>
|
||||
|
||||
## HiDPI
|
||||
|
||||
There is only partial HiDPI support but it works pretty well
|
||||
|
||||
#### Replace xfwm4 theme with HiDPI version
|
||||
|
||||
Use HiDPI theme
|
||||
|
||||
mv ~/.themes/Chicago95/xfwm4 ~/.themes/Chicago95/xfwm4_lodpi
|
||||
mv ~/.themes/Chicago95/xfwm4_hidpi ~/.themes/Chicago95/xfwm4
|
||||
|
||||
#### Replace configs with HiDPI version
|
||||
|
||||
Make GTK2 buttons bigger
|
||||
|
||||
sed -i 's/#include "button.rc"/include "button.rc"/' ~/.themes/Chicago95/gtk-2.0/gtkrc
|
||||
|
||||
Increase taskbar size
|
||||
|
||||
cp ~/.gtkrc-2.0 ~/.gtkrc-2.0.bak
|
||||
cp Chicago95-master/Extras/hidpi/.gtkrc-2.0 ~/.gtkrc-2.0
|
||||
|
||||
#### Adjust settings for HiDPI
|
||||
|
||||
Make GTK icons bigger
|
||||
|
||||
xfconf-query -c xsettings -p /Gtk/IconSizes -s "gtk-large-toolbar=32,32:gtk-small-toolbar=24,24:gtk-menu=32,32:gtk-dialog=88,88:gtk-button=32,32:gtk-dnd=32,32"
|
||||
|
||||
Increase icon size in Thunar File Manager
|
||||
|
||||
xfconf-query -c thunar -p /shortcuts-icon-size -s "THUNAR_ICON_SIZE_SMALL"
|
||||
xfconf-query -c thunar -p /tree-icon-size -s "THUNAR_ICON_SIZE_SMALLER"
|
||||
|
||||
*Optional* Increase default font in Appearance to Sans 9
|
||||
|
||||
#### Panelbar tweaks
|
||||
|
||||
- Application Menu: Check show button title and set it to 𝗦𝘁𝗮𝗿𝘁 (copy+paste)
|
||||
- Notification Area: Set maximum icon size to 32
|
||||
- Indicator Plugin: Check square icons
|
||||
- Status Notifier Plugin: Set maximum icon size to 32
|
||||
- *Optional* Orage Panel Clock: Set width to 144 and font to Sans 9
|
||||
|
|
Loading…
Reference in New Issue