dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git

config.rasi (4483B)

    1 configuration {
    2 	modi: "window,run,ssh,drun";
    3 /*	width: 50;*/
    4 /*	lines: 15;*/
    5 /*	columns: 1;*/
    6 	font: "Iosevka SS09 13";
    7 /*	bw: 1;*/
    8 /*	location: 0;*/
    9 /*	padding: 5;*/
   10 /*	yoffset: 0;*/
   11 /*	xoffset: 0;*/
   12 /*	fixed-num-lines: true;*/
   13 	show-icons: true;
   14 /*	terminal: "rofi-sensible-terminal";*/
   15 /*	ssh-client: "ssh";*/
   16 /*	ssh-command: "{terminal} -e {ssh-client} {host}";*/
   17 /*	run-command: "{cmd}";*/
   18 /*	run-list-command: "";*/
   19 /*	run-shell-command: "{terminal} -e {cmd}";*/
   20 /*	window-command: "xkill -id {window}";*/
   21 /*	window-match-fields: "all";*/
   22 	icon-theme: "Numix Circle";
   23 /*	drun-match-fields: "name,generic,exec,categories";*/
   24 /*	drun-show-actions: false;*/
   25 /*	drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";*/
   26 /*	disable-history: false;*/
   27 /*	sort: false;*/
   28 /*	sorting-method: ;*/
   29 /*	case-sensitive: false;*/
   30 /*	cycle: true;*/
   31 /*	sidebar-mode: false;*/
   32 /*	eh: 1;*/
   33 /*	auto-select: false;*/
   34 /*	parse-hosts: false;*/
   35 /*	parse-known-hosts: true;*/
   36 /*	combi-modi: "window,run";*/
   37 /*	matching: "normal";*/
   38 /*	tokenize: true;*/
   39 /*	m: "-5";*/
   40 /*	line-margin: 2;*/
   41 /*	line-padding: 1;*/
   42 /*	filter: ;*/
   43 /*	separator-style: "dash";*/
   44 /*	hide-scrollbar: false;*/
   45 /*	fullscreen: false;*/
   46 /*	fake-transparency: false;*/
   47 /*	dpi: -1;*/
   48 /*	threads: 0;*/
   49 /*	scrollbar-width: 8;*/
   50 /*	scroll-method: 0;*/
   51 /*	fake-background: "screenshot";*/
   52 /*	window-format: "{w}    {i}{c}   {t}";*/
   53 /*	click-to-exit: true;*/
   54 /*	show-match: true;*/
   55 	theme: "base16-gruvbox-dark-pale";
   56 /*	color-normal: ;*/
   57 /*	color-urgent: ;*/
   58 /*	color-active: ;*/
   59 /*	color-window: ;*/
   60 /*	max-history-size: 25;*/
   61 /*	combi-hide-mode-prefix: false;*/
   62 /*	matching-negate-char: '-' /* unsupported */;*/
   63 /*	pid: "/run/user/1000/rofi.pid";*/
   64 /*	display-window: ;*/
   65 /*	display-windowcd: ;*/
   66 /*	display-run: ;*/
   67 /*	display-ssh: ;*/
   68 /*	display-drun: ;*/
   69 /*	display-combi: ;*/
   70 /*	display-keys: ;*/
   71 /*	kb-primary-paste: "Control+V,Shift+Insert";*/
   72 /*	kb-secondary-paste: "Control+v,Insert";*/
   73 /*	kb-clear-line: "Control+w";*/
   74 /*	kb-move-front: "Control+a";*/
   75 /*	kb-move-end: "Control+e";*/
   76 /*	kb-move-word-back: "Alt+b,Control+Left";*/
   77 /*	kb-move-word-forward: "Alt+f,Control+Right";*/
   78 /*	kb-move-char-back: "Left,Control+b";*/
   79 /*	kb-move-char-forward: "Right,Control+f";*/
   80 /*	kb-remove-word-back: "Control+Alt+h,Control+BackSpace";*/
   81 /*	kb-remove-word-forward: "Control+Alt+d";*/
   82 /*	kb-remove-char-forward: "Delete,Control+d";*/
   83 /*	kb-remove-char-back: "BackSpace,Shift+BackSpace,Control+h";*/
   84 /*	kb-remove-to-eol: "Control+k";*/
   85 /*	kb-remove-to-sol: "Control+u";*/
   86 /*	kb-accept-entry: "Control+j,Control+m,Return,KP_Enter";*/
   87 /*	kb-accept-custom: "Control+Return";*/
   88 /*	kb-accept-alt: "Shift+Return";*/
   89 /*	kb-delete-entry: "Shift+Delete";*/
   90 /*	kb-mode-next: "Shift+Right,Control+Tab";*/
   91 /*	kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab";*/
   92 /*	kb-row-left: "Control+Page_Up";*/
   93 /*	kb-row-right: "Control+Page_Down";*/
   94 /*	kb-row-up: "Up,Control+p,ISO_Left_Tab";*/
   95 /*	kb-row-down: "Down,Control+n";*/
   96 /*	kb-row-tab: "Tab";*/
   97 /*	kb-page-prev: "Page_Up";*/
   98 /*	kb-page-next: "Page_Down";*/
   99 /*	kb-row-first: "Home,KP_Home";*/
  100 /*	kb-row-last: "End,KP_End";*/
  101 /*	kb-row-select: "Control+space";*/
  102 /*	kb-screenshot: "Alt+S";*/
  103 /*	kb-toggle-case-sensitivity: "grave,dead_grave";*/
  104 /*	kb-toggle-sort: "Alt+grave";*/
  105 /*	kb-cancel: "Escape,Control+g,Control+bracketleft";*/
  106 /*	kb-custom-1: "Alt+1";*/
  107 /*	kb-custom-2: "Alt+2";*/
  108 /*	kb-custom-3: "Alt+3";*/
  109 /*	kb-custom-4: "Alt+4";*/
  110 /*	kb-custom-5: "Alt+5";*/
  111 /*	kb-custom-6: "Alt+6";*/
  112 /*	kb-custom-7: "Alt+7";*/
  113 /*	kb-custom-8: "Alt+8";*/
  114 /*	kb-custom-9: "Alt+9";*/
  115 /*	kb-custom-10: "Alt+0";*/
  116 /*	kb-custom-11: "Alt+exclam";*/
  117 /*	kb-custom-12: "Alt+at";*/
  118 /*	kb-custom-13: "Alt+numbersign";*/
  119 /*	kb-custom-14: "Alt+dollar";*/
  120 /*	kb-custom-15: "Alt+percent";*/
  121 /*	kb-custom-16: "Alt+dead_circumflex";*/
  122 /*	kb-custom-17: "Alt+ampersand";*/
  123 /*	kb-custom-18: "Alt+asterisk";*/
  124 /*	kb-custom-19: "Alt+parenleft";*/
  125 /*	kb-select-1: "Super+1";*/
  126 /*	kb-select-2: "Super+2";*/
  127 /*	kb-select-3: "Super+3";*/
  128 /*	kb-select-4: "Super+4";*/
  129 /*	kb-select-5: "Super+5";*/
  130 /*	kb-select-6: "Super+6";*/
  131 /*	kb-select-7: "Super+7";*/
  132 /*	kb-select-8: "Super+8";*/
  133 /*	kb-select-9: "Super+9";*/
  134 /*	kb-select-10: "Super+0";*/
  135 /*	ml-row-left: "ScrollLeft";*/
  136 /*	ml-row-right: "ScrollRight";*/
  137 /*	ml-row-up: "ScrollUp";*/
  138 /*	ml-row-down: "ScrollDown";*/
  139 /*	me-select-entry: "MousePrimary";*/
  140 /*	me-accept-entry: "MouseDPrimary";*/
  141 /*	me-accept-custom: "Control+MouseDPrimary";*/
  142 }