Skip to content

Instantly share code, notes, and snippets.

View Yousefjb's full-sized avatar
💭
Seek and You Shall Find

Yousef Balout Yousefjb

💭
Seek and You Shall Find
View GitHub Profile
@Yousefjb
Yousefjb / uca.xml
Created October 9, 2019 08:17
~/.config/Thunar/uca.xml
<?xml encoding="UTF-8" version="1.0"?>
<actions>
<action>
<icon>utilities-terminal</icon>
<name>Open Terminal Here</name>
<unique-id>1556175454383383-1</unique-id>
<command>exo-open --working-directory %f --launch TerminalEmulator</command>
<description></description>
<patterns>*</patterns>
<directories/>
@Yousefjb
Yousefjb / terminalrc
Created October 9, 2019 07:52
~/.config/xfce4/terminal/
[Configuration]
FontName=DejaVu Sans Mono 9
MiscAlwaysShowTabs=FALSE
MiscBell=FALSE
MiscBellUrgent=FALSE
MiscBordersDefault=TRUE
MiscCursorBlinks=FALSE
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
MiscDefaultGeometry=100x32
MiscInheritGeometry=FALSE
@Yousefjb
Yousefjb / .conkyrc
Last active January 8, 2025 10:30
~/.conkyrc
#!/usr/bin/conky -d -c
## .conkyrc configuration
alignment bottom_left
background yes
border_margin 5
border_width 5
color0 555555 #
color1 FCAF3E # zolty
color2 2a2a2a # braz
color3 a82553 # rozowy f71f84
@Yousefjb
Yousefjb / settings.ini
Created September 28, 2019 06:27
~/.config/gtk-3.0/settings.ini
[Settings]
gtk-theme-name = Arc-Dark
gtk-icon-theme-name = Tela-dark
@Yousefjb
Yousefjb / nginx.conf
Created January 18, 2018 12:15 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048