Update console configuration
This commit is contained in:
parent
05beb0ece3
commit
3094ca8ce7
9 changed files with 61 additions and 2 deletions
26
templates/konsole.config.j2
Normal file
26
templates/konsole.config.j2
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
|
||||
[Desktop Entry]
|
||||
DefaultProfile=Standard.profile
|
||||
|
||||
[DownloadDialog Settings]
|
||||
Height 1080=494
|
||||
Width 1920=700
|
||||
|
||||
[Favorite Profiles]
|
||||
Favorites=Standard.profile
|
||||
|
||||
[KonsoleWindow]
|
||||
ShowMenuBarByDefault=false
|
||||
|
||||
[MainWindow]
|
||||
MenuBar=Disabled
|
||||
State=AAAA/wAAAAD9AAAAAAAAB4AAAAQbAAAABAAAAAQAAAAIAAAACPwAAAAA
|
||||
ToolBarsMovable=Disabled
|
||||
Width 1920=1415
|
||||
|
||||
[Notification Messages]
|
||||
CloseAllTabs=true
|
||||
|
||||
[TabBar]
|
||||
TabBarPosition=Top
|
||||
16
templates/konsole.profile.j2
Normal file
16
templates/konsole.profile.j2
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
|
||||
[Appearance]
|
||||
BoldIntense=false
|
||||
ColorScheme=Breeze
|
||||
Font=IBM Plex Mono,13,-1,5,57,0,0,0,0,0,Medium
|
||||
UseFontLineChararacters=true
|
||||
|
||||
[Cursor Options]
|
||||
CursorShape=1
|
||||
|
||||
[General]
|
||||
Environment=TERM=tmux-256color,COLORTERM=truecolor
|
||||
Name=Standard
|
||||
Parent=FALLBACK/
|
||||
StartInCurrentSessionDir=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue