fixing the default terminal to use terminator (#2951)
* fixing the default terminal to use terminator * fixed path in file
This commit is contained in:
parent
48b5944470
commit
5e40fda3fb
@ -64,6 +64,12 @@ picture-uri='file:///usr/share/backgrounds/armbian/armbian_4k_gray_resultado.jpg
|
||||
primary-color='#456789'
|
||||
secondary-color='#FFFFFF'
|
||||
|
||||
[org/cinnamon/desktop/applications/terminal]
|
||||
exec='/usr/bin/terminator'
|
||||
|
||||
[org/cinnamon/desktop/default-applications/terminal]
|
||||
exec='/usr/bin/terminator'
|
||||
|
||||
[org/cinnamon/desktop/interface]
|
||||
clock-show-date=true
|
||||
cursor-theme='whiteglass'
|
||||
@ -72,9 +78,6 @@ icon-theme='Numix'
|
||||
scaling-factor=uint32 0
|
||||
toolkit-accessibility=false
|
||||
|
||||
[desktop/default-applications/terminal]
|
||||
exec='/usr/bin/terminator'
|
||||
|
||||
[org/cinnamon/desktop/media-handling]
|
||||
autorun-never=false
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user