Size: a a a

2022 January 09

HP

Hue'ses Places in OpenBSD
только в menu-exec могу
источник

SS

Stanislav Sizonov in OpenBSD
а в fvwm?
источник

HP

Hue'ses Places in OpenBSD
могу
источник

S

SSH in OpenBSD
А как запускается графическое окружение?
источник

HP

Hue'ses Places in OpenBSD
через xenodm
источник

S

SSH in OpenBSD
А есть что-то в ~/.xsession?
источник

HP

Hue'ses Places in OpenBSD
да есть
источник

HP

Hue'ses Places in OpenBSD
export LC_CTYPE="en_US.UTF-8"
setxkbmap -layout 'us,ru' -option 'grp:caps_toggle'
xsetroot -solid black &
xterm &
exec cwm
источник

СГ

Сергей Горячев... in OpenBSD
И в ~/.xsession-errors
источник

HP

Hue'ses Places in OpenBSD
пусто
источник

S

SSH in OpenBSD
Мой выглядит почти так же:
export LC_CTYPE=en_US.UTF-8
setxkbmap -layout 'us,ru' -option 'grp:caps_toggle,grp_led:scroll'

[ -d ~/.fonts ] && xset +fp ~/.fonts
[ -e ~/.Xdefaults ] && xrdb -merge ~/.Xdefaults
export ENV=$HOME/.profile
cwm
источник

S

SSH in OpenBSD
А ставились из релиза или каррент?
источник

HP

Hue'ses Places in OpenBSD
релиз
источник

HP

Hue'ses Places in OpenBSD
и до ребута все прекрасно работало
источник

S

SSH in OpenBSD
А конфиг cwm есть?
источник

S

SSH in OpenBSD
Может модификатор какой задействован.
источник

АВ

А зачем Вам in OpenBSD
мож шрифты?
источник

S

SSH in OpenBSD
Так вроде где-то вводится. И ведь не бывает так чтобы отображалось, но не вводилось.
источник

HP

Hue'ses Places in OpenBSD
color activeborder "#ffffff"
color inactiveborder "#eeeeee"
color font  "#606e8c"
color selfont  "#8abeb7"
color menubg  "#eeeeee"
color menufg  "#606e8c"

borderwidth 2
gap  25 0 0 0

fontname "xft:envypn:style=Regular:size=10"

sticky yes

ignore lemonbar

autogroup 1 urxvtc
autogroup 2 firefox
autogroup 4 gimp

unbind-key all

bind-key XF86MonBrightnessUp "xbacklight -inc 10"
bind-key XF86MonBrightnessDown "xbacklight -dec 10"
bind-key XF86AudioMute  "amixer set Master toggle"
bind-key XF86AudioRaiseVolume "amixer set Master 2+"
bind-key XF86AudioLowerVolume "amixer set Master 2-"
bind-key XF86Display  "scrot -q 100"
bind-key S-XF86Display  "scrot -q 100 -s"

bind-key 4S-q  quit
bind-key 4S-r  restart
bind-key 4-space  menu-exec
bind-key 4-Return urxvtc
bind-key 4S-e  "urxvtc -e vim"
bind-key 4S-v  "urxvtc -e watch -n1 pvpn --status"

bind-key 4-1  group-only-1
bind-key 4-2  group-only-2
bind-key 4-3  group-only-3
bind-key 4-4  group-only-4
bind-key 4M-1  group-toggle-1
bind-key 4M-2  group-toggle-2
bind-key 4M-3  group-toggle-3
bind-key 4M-4  group-toggle-4
bind-key 4S-1  window-movetogroup-1
bind-key 4S-2  window-movetogroup-2
bind-key 4S-3  window-movetogroup-3
bind-key 4S-4  window-movetogroup-4
bind-key 4-period group-cycle
bind-key 4-comma  group-rcycle

bind-key 4-q  window-delete
bind-key 4-f  window-maximize
bind-key 4S-f  window-fullscreen
bind-key 4C-h  window-move-left-big
bind-key 4C-j  window-move-down-big
bind-key 4C-k  window-move-up-big
bind-key 4C-l  window-move-right-big
bind-key 4S-h  window-resize-left
bind-key 4S-j  window-resize-down
bind-key 4S-k  window-resize-up
bind-key 4S-l  window-resize-right
bind-key 4M-j  "shrink.sh 1"
bind-key 4M-k  "grow.sh 1"
bind-key 4-h  window-snap-left
bind-key 4-j  window-snap-down
bind-key 4-k  window-snap-up
bind-key 4-l  window-snap-right
bind-key 4-y  window-snap-up-left
bind-key 4-u  window-snap-up-right
bind-key 4-b  window-snap-down-left
bind-key 4-n  window-snap-down-right
bind-key 4-g  "center.sh"
bind-key 4-t  window-htile
bind-key 4S-t  window-vtile
bind-key 4-Tab  window-cycle-ingroup

bind-mouse 4-1  window-move
bind-mouse 4-3  window-resize
источник

S

SSH in OpenBSD
А если сократить, до чего-то вроде такого:

fontname "JetBrains Mono Medium:pixelsize=16"

borderwidth 1
color activeborder "#ff0000"
color inactiveborder darkgray
gap 21 0 0 0

command lock '/usr/local/bin/i3lock -c 000000'

ignore oxbar
ignore xclock

command firefox         firefox
command top             "xterm -e top"
источник