update
This commit is contained in:
13
eco_roman
Executable file
13
eco_roman
Executable file
@@ -0,0 +1,13 @@
|
||||
#/bin/bash
|
||||
#source /opt/gfa/python
|
||||
|
||||
default=bernina_robot
|
||||
dest=${1:-$default}
|
||||
source /sf/bernina/applications/miniconda3_roman/miniconda_roman
|
||||
conda activate $dest
|
||||
|
||||
ipython --pylab --profile=eco2 --no-banner -i -c "run /sf/bernina/config/src/python/eco/startup_inline_new.py -l -s bernina"
|
||||
|
||||
|
||||
#python /sf/bernina/config/src/python/eco/startup.py -s bernina "$@" -l
|
||||
|
||||
@@ -6,4 +6,5 @@ else
|
||||
USER=$1
|
||||
fi
|
||||
|
||||
ssh -S none $USER@ra 'source /sf/bernina/bin/anaconda_env && salloc -p day jupyter lab --ip $HOSTNAME --no-browser'
|
||||
#ssh -S none $USER@ra 'source /sf/bernina/bin/anaconda_env && salloc -p day jupyter lab --ip $HOSTNAME --no-browser'
|
||||
ssh -S none $USER@ra 'source /sf/bernina/bin/anaconda_env && srun -p day hostname && jupyter lab --no-browser'
|
||||
|
||||
@@ -35,6 +35,7 @@ set_gnome_keyboard_shortcut 'browser-as' 'firefox_as' '<Alt><Control><Shift>b'
|
||||
set_gnome_keyboard_shortcut 'terminal-as' 'gnome-terminal_as' '<Alt><Control><Shift>t'
|
||||
set_gnome_keyboard_shortcut 'winterm' 'winterm' '<Alt><Control><Shift>w'
|
||||
set_gnome_keyboard_shortcut 'Flameshot' 'flameshot gui' 'Print'
|
||||
set_gnome_keyboard_shortcut 'dark screens' 'xset dpms force off' '<Ctrl><Alt>d'
|
||||
|
||||
#gtile extension keyboard shortcuts settings for easier use of 4K screens
|
||||
dconf write /org/gnome/shell/extensions/gtile/resize21 "'3x3 0:2 0:2, 0:1 0:2, 0:2 1:2, 0:1 1:2'"
|
||||
|
||||
Reference in New Issue
Block a user