This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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;*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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> |