Update for FreeBSD laptop

This commit is contained in:
Anthony Rose 2024-03-06 20:46:15 +00:00
parent 6451642c4e
commit 837308ae48
4 changed files with 5 additions and 7 deletions

View file

@ -23,5 +23,3 @@
when: gui == true
- import_tasks: qemu-guest.yml
when: ansible_virtualization_role == "guest" and ansible_virtualization_type == "kvm"
- import_tasks: kde.yml
when: gui == true

View file

@ -16,7 +16,8 @@
- name: Install core GUI packages
become: true
community.general.pkgng:
name: drm-kmod,xdm,xorg,xterm
#name: drm-kmod,xdm,xorg,xterm
name: xdm,xorg,xterm
state: present
- name: Install additional GUI packages
become: true
@ -29,5 +30,4 @@
- firefox
- git-gui
- keepassxc
- luit # Needed by xterm.
- tigervnc-viewer

View file

@ -1,4 +1,4 @@
key "Super+L" xlock -mode blank
key "Super+Return" urxvt
key "Super+L" xlock -mode blank -dpmsoff 5
key "Super+Return" xterm
key "Super+1" xrandr --output eDP-1 --auto
key "Super+2" xrandr --output eDP-1 --off

View file

@ -1,7 +1,7 @@
DateFormat="%F%n%A"
DesktopBackgroundCenter=1
DesktopBackgroundColor="rgb:10/10/10"
LockCommand="xlock -mode blank"
LockCommand="xlock -mode blank -dpmsoff 5"
ModSuperIsCtrlAlt=0
MsgBoxDefaultAction=1
OpaqueMove=0