浏览代码

xfce4-terminal

pull/1/head
父节点
当前提交
1c3c2ca4e9
共有 4 个文件被更改,包括 48 次插入1 次删除
  1. +1
    -1
      defaults/main.yaml
  2. +1
    -0
      tasks/main.yaml
  3. +12
    -0
      tasks/xfce4-terminal.yaml
  4. +34
    -0
      templates/xfce4-terminal/terminalrc.j2

+ 1
- 1
defaults/main.yaml 查看文件

@@ -22,7 +22,7 @@ home_vncserver_geometry: '1920x1200'

home_profile: desktop

default_terminal: urxvt
default_terminal: xfce4-terminal
default_browser: firefox

# feature flags


+ 1
- 0
tasks/main.yaml 查看文件

@@ -18,6 +18,7 @@
- import_tasks: i3.yaml
- import_tasks: workspaces.yaml
- import_tasks: background.yaml
- import_tasks: xfce4-terminal.yaml
- import_tasks: rofi.yaml
- import_tasks: screenlayout.yaml
- import_tasks: x11.yaml


+ 12
- 0
tasks/xfce4-terminal.yaml 查看文件

@@ -0,0 +1,12 @@
---

- name: xfce4-terminal config directory
file:
path: .config/xfce4/terminal
state: directory

- name: xfce4-terminal config
template:
src: xfce4-terminal/terminalrc.j2
dest: .config/xfce4/terminal/terminalrc
mode: 0755

+ 34
- 0
templates/xfce4-terminal/terminalrc.j2 查看文件

@@ -0,0 +1,34 @@
[Configuration]
MiscAlwaysShowTabs=FALSE
MiscBell=FALSE
MiscBellUrgent=FALSE
MiscBordersDefault=TRUE
MiscCursorBlinks=FALSE
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
MiscDefaultGeometry=80x24
MiscInheritGeometry=FALSE
MiscMenubarDefault=FALSE
MiscMouseAutohide=FALSE
MiscMouseWheelZoom=TRUE
MiscToolbarDefault=FALSE
MiscConfirmClose=FALSE
MiscCycleTabs=TRUE
MiscTabCloseButtons=TRUE
MiscTabCloseMiddleClick=TRUE
MiscTabPosition=GTK_POS_TOP
MiscHighlightUrls=TRUE
MiscMiddleClickOpensUri=FALSE
MiscCopyOnSelect=FALSE
MiscShowRelaunchDialog=TRUE
MiscRewrapOnResize=TRUE
MiscUseShiftArrowsToScroll=FALSE
MiscSlimTabs=FALSE
MiscNewTabAdjacent=FALSE
MiscSearchDialogOpacity=100
MiscShowUnsafePasteDialog=FALSE
TitleMode=TERMINAL_TITLE_REPLACE
ScrollingBar=TERMINAL_SCROLLBAR_NONE
BackgroundImageShading=0,530000
ScrollingUnlimited=TRUE
FontName=Monospace 10