Skip to content

Instantly share code, notes, and snippets.

View bensnajdar's full-sized avatar

ben bensnajdar

View GitHub Profile
@bensnajdar
bensnajdar / .zshrc
Last active October 4, 2021 18:02
[zshrc custom parts] #dotfile
# Load GNOME Keyring and SSH Keys in it
# - PAM Step required: https://wiki.archlinux.org/title/GNOME/Keyring#PAM_step
if [ -n "$DESKTOP_SESSION" ];then
eval $(gnome-keyring-daemon --start)
export SSH_AUTH_SOCK
fi
# Script to set venv for determined
qq_start_det_config(){
source $HOME/envs/determined/bin/activate
@bensnajdar
bensnajdar / config.rasi
Last active September 22, 2020 06:08
[Config Rofi] #dotfile
configuration {
/* modi: "window,run,ssh";*/
width: 42;
lines: 8;
/* columns: 1;*/
font: "Source Code Pro Medium 11";
bw: 2;
/* location: 0;*/
padding: 400;
/* yoffset: 0;*/
@bensnajdar
bensnajdar / config
Last active September 22, 2020 06:09
[config i3] #dotfile
# i3 config file (v4)
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
# Set mod key (Mod1=<Alt>, Mod4=<Super>)
set $mod Mod4
# set default desktop layout (default is tiling)
# workspace_layout tabbed <stacking|tabbed>
# Configure border style <normal|1pixel|pixel xx|none|pixel>