From 2714f4400713fe1eced92d664285c4bd1553e2e9 Mon Sep 17 00:00:00 2001 From: swapnil Date: Tue, 22 Mar 2022 20:34:38 +0530 Subject: [PATCH] Removed terminal config file as dconf should be used to modify --- playbook/roles/role-one/files/terminalrc | 34 ------------------------ 1 file changed, 34 deletions(-) delete mode 100644 playbook/roles/role-one/files/terminalrc diff --git a/playbook/roles/role-one/files/terminalrc b/playbook/roles/role-one/files/terminalrc deleted file mode 100644 index a9c25b1..0000000 --- a/playbook/roles/role-one/files/terminalrc +++ /dev/null @@ -1,34 +0,0 @@ -[Configuration] -MiscAlwaysShowTabs=FALSE -MiscBell=FALSE -MiscBellUrgent=FALSE -MiscBordersDefault=TRUE -MiscCursorBlinks=FALSE -MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK -MiscDefaultGeometry=80x24 -MiscInheritGeometry=FALSE -MiscMenubarDefault=TRUE -MiscMouseAutohide=FALSE -MiscMouseWheelZoom=TRUE -MiscToolbarDefault=FALSE -MiscConfirmClose=TRUE -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=TRUE -FontUseSystem=TRUE -BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT -RunCustomCommand=TRUE -CustomCommand=zsh -BackgroundDarkness=0.900000 -ColorPalette=#000000;#cc0000;#4e9a06;#c4a000;#3465a4;#75507b;#06989a;#d3d7cf;#555753;#ef2929;#8ae234;#fce94f;#739fcf;#ad7fa8;#34e2e2;#eeeeec \ No newline at end of file