Update for FreeBSD laptop
This commit is contained in:
parent
6451642c4e
commit
837308ae48
4 changed files with 5 additions and 7 deletions
|
@ -23,5 +23,3 @@
|
||||||
when: gui == true
|
when: gui == true
|
||||||
- import_tasks: qemu-guest.yml
|
- import_tasks: qemu-guest.yml
|
||||||
when: ansible_virtualization_role == "guest" and ansible_virtualization_type == "kvm"
|
when: ansible_virtualization_role == "guest" and ansible_virtualization_type == "kvm"
|
||||||
- import_tasks: kde.yml
|
|
||||||
when: gui == true
|
|
||||||
|
|
|
@ -16,7 +16,8 @@
|
||||||
- name: Install core GUI packages
|
- name: Install core GUI packages
|
||||||
become: true
|
become: true
|
||||||
community.general.pkgng:
|
community.general.pkgng:
|
||||||
name: drm-kmod,xdm,xorg,xterm
|
#name: drm-kmod,xdm,xorg,xterm
|
||||||
|
name: xdm,xorg,xterm
|
||||||
state: present
|
state: present
|
||||||
- name: Install additional GUI packages
|
- name: Install additional GUI packages
|
||||||
become: true
|
become: true
|
||||||
|
@ -29,5 +30,4 @@
|
||||||
- firefox
|
- firefox
|
||||||
- git-gui
|
- git-gui
|
||||||
- keepassxc
|
- keepassxc
|
||||||
- luit # Needed by xterm.
|
|
||||||
- tigervnc-viewer
|
- tigervnc-viewer
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
key "Super+L" xlock -mode blank
|
key "Super+L" xlock -mode blank -dpmsoff 5
|
||||||
key "Super+Return" urxvt
|
key "Super+Return" xterm
|
||||||
key "Super+1" xrandr --output eDP-1 --auto
|
key "Super+1" xrandr --output eDP-1 --auto
|
||||||
key "Super+2" xrandr --output eDP-1 --off
|
key "Super+2" xrandr --output eDP-1 --off
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
DateFormat="%F%n%A"
|
DateFormat="%F%n%A"
|
||||||
DesktopBackgroundCenter=1
|
DesktopBackgroundCenter=1
|
||||||
DesktopBackgroundColor="rgb:10/10/10"
|
DesktopBackgroundColor="rgb:10/10/10"
|
||||||
LockCommand="xlock -mode blank"
|
LockCommand="xlock -mode blank -dpmsoff 5"
|
||||||
ModSuperIsCtrlAlt=0
|
ModSuperIsCtrlAlt=0
|
||||||
MsgBoxDefaultAction=1
|
MsgBoxDefaultAction=1
|
||||||
OpaqueMove=0
|
OpaqueMove=0
|
||||||
|
|
Loading…
Reference in a new issue