mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Added files
This commit is contained in:
parent
e0ebddc160
commit
f5dbf9a6cf
5 changed files with 143 additions and 0 deletions
2
user-config/xfce4/help.rc
Normal file
2
user-config/xfce4/help.rc
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
auto-online=false
|
||||||
|
|
||||||
58
user-config/xfce4/terminal/accels.scm
Normal file
58
user-config/xfce4/terminal/accels.scm
Normal file
|
|
@ -0,0 +1,58 @@
|
||||||
|
; xfce4-terminal GtkAccelMap rc-file -*- scheme -*-
|
||||||
|
; this file is an automated accelerator map dump
|
||||||
|
;
|
||||||
|
(gtk_accel_path "<Actions>/terminal-window/goto-tab-2" "<Alt>2")
|
||||||
|
(gtk_accel_path "<Actions>/terminal-window/goto-tab-6" "<Alt>6")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/copy-input" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/close-other-tabs" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/move-tab-right" "<Primary><Shift>Page_Down")
|
||||||
|
(gtk_accel_path "<Actions>/terminal-window/goto-tab-7" "<Alt>7")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/set-title-color" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/edit-menu" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/zoom-menu" "")
|
||||||
|
(gtk_accel_path "<Actions>/terminal-window/goto-tab-1" "<Alt>1")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/fullscreen" "F11")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/read-only" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/preferences" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/reset-and-clear" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/about" "")
|
||||||
|
(gtk_accel_path "<Actions>/terminal-window/goto-tab-5" "<Alt>5")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/close-window" "<Primary><Shift>q")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/reset" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/save-contents" "")
|
||||||
|
(gtk_accel_path "<Actions>/terminal-window/toggle-menubar" "F10")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary><Shift>c")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/copy-html" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/last-active-tab" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/show-borders" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/view-menu" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/detach-tab" "<Primary><Shift>d")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/scroll-on-output" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/show-toolbar" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/next-tab" "<Primary>Page_Down")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/tabs-menu" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/search-next" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/search-prev" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/undo-close-tab" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/set-title" "<Primary><Shift>s")
|
||||||
|
(gtk_accel_path "<Actions>/terminal-window/contents" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/zoom-reset" "<Primary>0")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/close-tab" "<Primary><Shift>w")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/new-tab" "<Primary><Shift>t")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/new-window" "<Primary><Shift>n")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/terminal-menu" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/show-menubar" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/select-all" "<Primary><Shift>a")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary><Shift>v")
|
||||||
|
(gtk_accel_path "<Actions>/terminal-window/goto-tab-9" "<Alt>9")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/move-tab-left" "<Primary><Shift>Page_Up")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/search" "<Primary><Shift>f")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/file-menu" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/prev-tab" "<Primary>Page_Up")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/paste-selection" "")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/zoom-in" "<Primary>plus")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/zoom-out" "<Primary>minus")
|
||||||
|
(gtk_accel_path "<Actions>/terminal-window/goto-tab-8" "<Alt>8")
|
||||||
|
; (gtk_accel_path "<Actions>/terminal-window/help-menu" "")
|
||||||
|
(gtk_accel_path "<Actions>/terminal-window/goto-tab-4" "<Alt>4")
|
||||||
|
(gtk_accel_path "<Actions>/terminal-window/goto-tab-3" "<Alt>3")
|
||||||
43
user-config/xfce4/terminal/terminalrc
Normal file
43
user-config/xfce4/terminal/terminalrc
Normal file
|
|
@ -0,0 +1,43 @@
|
||||||
|
[Configuration]
|
||||||
|
MiscAlwaysShowTabs=FALSE
|
||||||
|
MiscBell=FALSE
|
||||||
|
MiscBellUrgent=FALSE
|
||||||
|
MiscBordersDefault=TRUE
|
||||||
|
MiscCursorBlinks=TRUE
|
||||||
|
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
|
||||||
|
MiscDefaultGeometry=80x24
|
||||||
|
MiscInheritGeometry=FALSE
|
||||||
|
MiscMenubarDefault=FALSE
|
||||||
|
MiscMouseAutohide=TRUE
|
||||||
|
MiscMouseWheelZoom=TRUE
|
||||||
|
MiscToolbarDefault=FALSE
|
||||||
|
MiscConfirmClose=TRUE
|
||||||
|
MiscCycleTabs=TRUE
|
||||||
|
MiscTabCloseButtons=TRUE
|
||||||
|
MiscTabCloseMiddleClick=TRUE
|
||||||
|
MiscTabPosition=GTK_POS_TOP
|
||||||
|
MiscHighlightUrls=TRUE
|
||||||
|
MiscMiddleClickOpensUri=TRUE
|
||||||
|
MiscCopyOnSelect=TRUE
|
||||||
|
MiscDefaultWorkingDir=
|
||||||
|
MiscRewrapOnResize=TRUE
|
||||||
|
MiscUseShiftArrowsToScroll=FALSE
|
||||||
|
MiscSlimTabs=FALSE
|
||||||
|
ColorForeground=#ebdbb2
|
||||||
|
BackgroundImageFile=/home/sechacklabs/Pictures/SHL/Nuevos Logos/shl-fin.png
|
||||||
|
ScrollingOnOutput=FALSE
|
||||||
|
MiscShowRelaunchDialog=TRUE
|
||||||
|
MiscNewTabAdjacent=TRUE
|
||||||
|
TitleInitial=🐧
|
||||||
|
ScrollingUnlimited=TRUE
|
||||||
|
FontName=Inconsolata 13
|
||||||
|
ShortcutsNoHelpkey=TRUE
|
||||||
|
BackgroundImageStyle=TERMINAL_BACKGROUND_STYLE_STRETCHED
|
||||||
|
ColorBackground=#1d2021
|
||||||
|
TabActivityColor=#bf4040
|
||||||
|
BackgroundMode=TERMINAL_BACKGROUND_IMAGE
|
||||||
|
ColorPalette=#282828;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#a89984;#928374;#fb4934;#b8bb26;#fabd2f;#83a598;#d3869b;#8ec07c;#ebdbb2
|
||||||
|
BackgroundImageShading=0.800000
|
||||||
|
MiscSearchDialogOpacity=100
|
||||||
|
MiscShowUnsafePasteDialog=FALSE
|
||||||
|
|
||||||
14
user-config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
Normal file
14
user-config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<channel name="thunar" version="1.0">
|
||||||
|
<property name="last-view" type="string" value="ThunarDetailsView"/>
|
||||||
|
<property name="last-location-bar" type="string" value="ThunarLocationEntry"/>
|
||||||
|
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
|
||||||
|
<property name="last-window-width" type="int" value="1362"/>
|
||||||
|
<property name="last-window-height" type="int" value="721"/>
|
||||||
|
<property name="last-window-maximized" type="bool" value="false"/>
|
||||||
|
<property name="last-show-hidden" type="bool" value="true"/>
|
||||||
|
<property name="last-separator-position" type="int" value="170"/>
|
||||||
|
<property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_38_PERCENT"/>
|
||||||
|
<property name="last-details-view-column-widths" type="string" value="50,124,50,50,871,50,50,59,50,136"/>
|
||||||
|
</channel>
|
||||||
|
|
@ -0,0 +1,26 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<channel name="xfce4-notifyd" version="1.0">
|
||||||
|
<property name="applications" type="empty">
|
||||||
|
<property name="known_applications" type="array">
|
||||||
|
<value type="string" value="cbatticon"/>
|
||||||
|
<value type="string" value="Electron"/>
|
||||||
|
<value type="string" value="FileZilla"/>
|
||||||
|
<value type="string" value="Firefox"/>
|
||||||
|
<value type="string" value="im.dino.Dino"/>
|
||||||
|
<value type="string" value="notifications"/>
|
||||||
|
<value type="string" value="notify-send"/>
|
||||||
|
<value type="string" value="org.gajim.Gajim"/>
|
||||||
|
<value type="string" value="powerman"/>
|
||||||
|
<value type="string" value="Signal"/>
|
||||||
|
<value type="string" value="Signal Beta"/>
|
||||||
|
<value type="string" value="signal-desktop"/>
|
||||||
|
<value type="string" value="Skype"/>
|
||||||
|
<value type="string" value="thunderbird"/>
|
||||||
|
<value type="string" value="Thunderbird"/>
|
||||||
|
<value type="string" value="upcheck"/>
|
||||||
|
<value type="string" value="upcheck (deleted)"/>
|
||||||
|
<value type="string" value="weechat"/>
|
||||||
|
</property>
|
||||||
|
</property>
|
||||||
|
</channel>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue